testan a reboold

This commit is contained in:
2025-10-14 06:59:47 -06:00
parent 242df71339
commit 120bbd40b8
5 changed files with 50 additions and 54 deletions
+6 -6
View File
@@ -9,26 +9,26 @@ else
fi
# initial delay to make sure its good
echo "Sleeping 3 minutes to make sure everything is as stable as possible"
echo -e "\nSleeping 3 minutes to make sure everything is as stable as possible\n"
sleep 180
# full distribution upgrade
echo "Fully upgrading, this may take a while..."
echo -e "\nFully upgrading, this may take a while...\n"
sudo apt dist-upgrade -y
# safety delay
echo "Sleeping 60 seconds to make sure its as stable as possible"
echo -e "\nSleeping 60 seconds to make sure its as stable as possible\n"
sleep 60
# cleanup
echo "Cleaning up..."
echo -e "\nCleaning up...\n"
sudo apt autoremove -y
# notify finish
echo "Part 2 Done!"
echo -e "\nPart 3/5 Done!\n"
# update the log
echo "Installer2.sh complete" >> /home/$username/Precision-Timekeeping-Fuckery/status.txt
echo "Installer2.sh complete 3/5" >> /home/$username/Precision-Timekeeping-Fuckery/status.txt
# reboot after 3 minutes for safety
echo -e "\nREBOOTING IN 3 MINUTES\n"