From d99b2d9f63c5c63f40e17a739aeafcd9b44a2919 Mon Sep 17 00:00:00 2001 From: EggMan20339 <99349302+EggMan20339@users.noreply.github.com> Date: Tue, 7 May 2024 00:00:51 -0400 Subject: [PATCH] more sudo --- install.sh | 8 ++++++-- startup.sh | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 74f790b..50d35a9 100644 --- a/install.sh +++ b/install.sh @@ -15,7 +15,11 @@ JOB="@reboot /bin/sh /startup.sh" sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /CNSA/CNSA-276-FP/ sudo chmod 777 /CNSA/CNSA-276-FP/startup.sh - +echo "" +echo "" +echo "" +echo "" +echo "" echo "Installation Complete! Rebooting..." -sleep 2 +sleep 5 sudo reboot 0 \ No newline at end of file diff --git a/startup.sh b/startup.sh index 97eeb84..d447cc6 100644 --- a/startup.sh +++ b/startup.sh @@ -22,7 +22,7 @@ echo "Internet connection established. Running the portion of the script that re # Add your code here that requires an internet connection -git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /home/user/CNSA/CNSA-276-FP +sudo git clone https://gitea.eggtech.net/eggman20339/CNSA-276-FP.git /home/user/CNSA/CNSA-276-FP sudo cp /config.bak /CNSA/CNSA-276-FP/config.ini