diff --git a/installer1.sh b/installer1.sh index 06cdc21..1232fd7 100644 --- a/installer1.sh +++ b/installer1.sh @@ -12,6 +12,7 @@ sudo rpi-update echo "Configuring Raspberry Pi..." sudo raspi-config +echo "Part 1 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer2.sh b/installer2.sh index 8097ac5..f39eb85 100644 --- a/installer2.sh +++ b/installer2.sh @@ -14,6 +14,7 @@ sudo apt dist-upgrade -y 1>/dev/null 2>/dev/null echo "Cleaning up..." sudo apt autoremove -y 1>/dev/null 2>/dev/null +echo "Part 2 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer3.sh b/installer3.sh index cfc4801..fff5fec 100644 --- a/installer3.sh +++ b/installer3.sh @@ -72,6 +72,7 @@ fi echo "Cleaning up..." sudo apt autoremove 1>/dev/null 2>/dev/null # cleanup +echo "Part 3 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file diff --git a/installer4.sh b/installer4.sh index 4be4320..fc2c0c3 100644 --- a/installer4.sh +++ b/installer4.sh @@ -35,6 +35,7 @@ sudo systemctl enable syslog-ng 1>/dev/null sudo systemctl enable logrotate 1>/dev/null # reboot rq +echo "Part 4 done!" echo "Rebooting now!" sudo reboot # sudo shutdown -r +5 \ No newline at end of file