From 011bbc1f23646e43e4495bc432bfcfaf4c42bf28 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 12 Sep 2024 14:16:23 -0700 Subject: [PATCH] updated DIY install instructions --- DIY Install Sovran_SystemsOS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DIY Install Sovran_SystemsOS.md b/DIY Install Sovran_SystemsOS.md index 6d69be4..55c0a3c 100755 --- a/DIY Install Sovran_SystemsOS.md +++ b/DIY Install Sovran_SystemsOS.md @@ -113,17 +113,18 @@ then press enter. 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. -5. Now open the Terminal app and type: +5. Now type: `nano /var/lib/njalla/njalla.sh` and press enter. -3. Paste the `curl` command from njal.la's website into `/var/lib/njalla/njalla.sh` with each sub-domain getting a new line. For example: +3. Paste the `curl` commands from njal.la's website for each sub-domain. Each `curl` command gets a new line. For example: ```bash curl "https://njal.la/update/?h=test.testsovransystems.com&k=8n7vk3afj-jkyg37&a=${IP}" + curl "https://njal.la/update/?h=zap.testsovransystems.com&k=8no*73afj-jkygi2ea=${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.