updated DIY install instructions

This commit is contained in:
naturallaw77 2024-09-12 14:12:20 -07:00
parent ae157643ce
commit 15f4aaab8f

View File

@ -110,9 +110,7 @@ then press enter.
```bash ```bash
ssh root@localhost ssh root@localhost
``` ```
It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems. It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems.
Now you will be logged in as root. Now you will be logged in as root.
5. Now open the Terminal app and type: 5. Now open the Terminal app and type:
@ -127,7 +125,6 @@ and press enter.
```bash ```bash
curl "https://njal.la/update/?h=test.testsovransystems.com&k=8n7vk3afj-jkyg37&a=${IP}" curl "https://njal.la/update/?h=test.testsovransystems.com&k=8n7vk3afj-jkyg37&a=${IP}"
``` ```
##### Make sure the default `&auto` from njal.la is replaced by `&a=${IP}` at the end of each `curl` command in the `/var/lib/njalla/njalla.sh` as in the example above. ##### Make sure the default `&auto` from njal.la is replaced by `&a=${IP}` at the end of each `curl` command in the `/var/lib/njalla/njalla.sh` as in the example above.
7. After you have added all the sub-domins into `/var/lib/njalla/njalla.sh`, press `ctrl + s` then press `ctrl + x` to save and exit `nano`. 7. After you have added all the sub-domins into `/var/lib/njalla/njalla.sh`, press `ctrl + s` then press `ctrl + x` to save and exit `nano`.