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