diff --git a/installer1.sh b/installer1.sh index 234ff8f..2ac1d23 100644 --- a/installer1.sh +++ b/installer1.sh @@ -7,5 +7,5 @@ git pull sudo raspi-config echo "Rebooting in 5 minutes" -# sudo reboot -$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 19e5267..d842ba7 100644 --- a/installer2.sh +++ b/installer2.sh @@ -12,5 +12,5 @@ echo "Cleaning up" sudo apt autoremove echo "Rebooting in 5 minutes" -# sudo reboot -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 b71a918..fe1927c 100644 --- a/installer3.sh +++ b/installer3.sh @@ -64,5 +64,5 @@ echo "Cleaning up" sudo apt autoremove # cleanup echo "Rebooting in 5 minutes" -# sudo reboot -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 1aac053..8c68e73 100644 --- a/installer4.sh +++ b/installer4.sh @@ -30,5 +30,5 @@ sudo systemctl enable syslog-ng # reboot rq echo "Rebooting in 5 minutes" -# sudo reboot -sudo shutdown -r +5 \ No newline at end of file +sudo reboot +# sudo shutdown -r +5 \ No newline at end of file