1748945028

This commit is contained in:
2025-06-03 04:03:48 -06:00
parent de38762552
commit 24a4914a26
4 changed files with 60 additions and 58 deletions
+8 -1
View File
@@ -2,11 +2,18 @@
set -e
# updoot this
echo "Updating this repo"
git pull
# updoot
echo "Updating software lists"
sudo apt update
echo "Fully upgrading"
sudo apt dist-upgrade -y
echo "Cleaning up"
sudo apt autoremove
sudo shutdown -r +1
echo "Rebooting in 5 minutes"
sudo shutdown -r +5