From 5d69ceabfce8d371e04c269652ae2800f1593fdb Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 15 Jul 2023 11:05:15 -0700 Subject: [PATCH] updated ps.sh --- for_new_sovran_pros/sp.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/for_new_sovran_pros/sp.sh b/for_new_sovran_pros/sp.sh index c0f38f9..4e7a0f2 100644 --- a/for_new_sovran_pros/sp.sh +++ b/for_new_sovran_pros/sp.sh @@ -283,7 +283,9 @@ flatpak update # -mkdir -p /root/.ssh/authorized_keys +mkdir /root/.ssh + +touch /root/.ssh/authorized_keys sudo -u free ssh-keygen -q -N "gosovransytems" -t ed25519 -f /home/free/.ssh/factory_login @@ -318,9 +320,9 @@ popd pushd /home/free/Downloads - sudo -u free wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh + wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Reseter/sovran_systemsOS_reseter_local_installer/sovran_systemsOS_reseter_install.sh - sudo -u free bash sovran_systemsOS_reseter_install.sh + bash sovran_systemsOS_reseter_install.sh popd @@ -328,9 +330,9 @@ popd pushd /home/free/Downloads - sudo -u free wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh + wget https://git.sovransystems.com/Sovran_Systems/Software/raw/branch/main/Sovran_SystemsOS_Updater/sovran_systemsOS_updater_local_installer/sovran_systemsOS_updater_install.sh - sudo -u free bash sovran_systemsOS_updater_install.sh + bash sovran_systemsOS_updater_install.sh popd