diff --git a/installer1.sh b/installer1.sh index 3bc759c..d68e0d5 100644 --- a/installer1.sh +++ b/installer1.sh @@ -20,6 +20,8 @@ echo -e "Enable I2C Support in raspi-config\n\tInterface Options->I2C->\n\t Woul read -p "Press ENTER to Continue" sudo raspi-config +echo "3 complete" > ./status.txt + echo "Part 1 done!" # echo "Rebooting now!" # sudo reboot diff --git a/installer2.sh b/installer2.sh index a11d549..53b6bde 100644 --- a/installer2.sh +++ b/installer2.sh @@ -14,6 +14,8 @@ sudo apt dist-upgrade -y echo "Cleaning up..." sudo apt autoremove -y +echo "3 complete" > ./status.txt + echo "Part 2 done!" # echo "Rebooting now!" # sudo reboot diff --git a/installer3.sh b/installer3.sh index c2f88b2..ef46659 100644 --- a/installer3.sh +++ b/installer3.sh @@ -61,6 +61,8 @@ fi echo "Cleaning up..." sudo apt autoremove -y # cleanup +echo "3 complete" > ./status.txt + echo "Part 3 done!" # echo "Rebooting now!" # sudo reboot diff --git a/installer4.sh b/installer4.sh index 6182c13..b42e04e 100644 --- a/installer4.sh +++ b/installer4.sh @@ -45,6 +45,8 @@ sudo systemctl enable syslog-ng 1>/dev/null echo -e "\tEnabling logrotate on boot" sudo systemctl enable logrotate 1>/dev/null +rm -f ./status.txt + # reboot rq echo "Part 4 done!" # echo "Rebooting now!"