1748952647

This commit is contained in:
2025-06-03 06:10:46 -06:00
parent 295b381223
commit 8ba460683d
5 changed files with 100 additions and 100 deletions
+5 -10
View File
@@ -1,15 +1,10 @@
#!/bin/bash
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
# run da raspberry pi config script
sudo raspi-config
echo "Rebooting in 5 minutes"
sudo shutdown -r +5