From 5a3d7aa3a8fbab81e1f912d9bff3843a19abc23a Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 1 Feb 2024 22:26:35 -0800 Subject: [PATCH] Updated DIY Install --- for_new_sovran_pros/How To Install Sovran_SystemsOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/for_new_sovran_pros/How To Install Sovran_SystemsOS.md b/for_new_sovran_pros/How To Install Sovran_SystemsOS.md index 525651e..0b98f0f 100755 --- a/for_new_sovran_pros/How To Install Sovran_SystemsOS.md +++ b/for_new_sovran_pros/How To Install Sovran_SystemsOS.md @@ -179,7 +179,7 @@ then press enter. ``` 2. It will as you for a password which is `gosovransystems` as this is the default temporary password from Sovran Systems. - 3. Now you will be logged in as root. +3. Now you will be logged in as root. 4. Now open the Terminal app and type or copy and paste: ```bash @@ -192,7 +192,7 @@ then press enter. and press enter. -1. Now type or copy and paste: +5. Now type or copy and paste: ```bash set DOMAIN $(cat /var/lib/domains/matrix) && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme.-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.crt /var/lib/coturn/{$DOMAIN}.crt.pem && cp -n /var/lib/caddy/.local/share/caddy/certificates/acme.-v02.api.letsencrypt.org-directory/{$DOMAIN}/{$DOMAIN}.key /var/lib/coturn/{$DOMAIN}.key.pem && chown turnserver:turnserver /var/lib/coturn -R && chmod 770 /var/lib/coturn -R && systemctl restart coturn