diff --git a/installer1.sh b/installer1.sh index 5309a1c..12434b4 100644 --- a/installer1.sh +++ b/installer1.sh @@ -7,4 +7,5 @@ git pull sudo raspi-config echo "Rebooting in 5 minutes" -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# $sudo shutdown -r +5 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index 7aed6f1..d842ba7 100644 --- a/installer2.sh +++ b/installer2.sh @@ -12,4 +12,5 @@ echo "Cleaning up" sudo apt autoremove echo "Rebooting in 5 minutes" -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# sudo shutdown -r +5 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index ca882a5..37ef804 100644 --- a/installer3.sh +++ b/installer3.sh @@ -64,4 +64,5 @@ echo "Cleaning up" sudo apt autoremove # cleanup echo "Rebooting in 5 minutes" -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# sudo shutdown -r +5 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 2941c2a..8c68e73 100644 --- a/installer4.sh +++ b/installer4.sh @@ -30,4 +30,5 @@ sudo systemctl enable syslog-ng # reboot rq echo "Rebooting in 5 minutes" -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# sudo shutdown -r +5 \ No newline at end of file