1748962845

This commit is contained in:
2025-06-03 09:00:44 -06:00
parent 51355a8401
commit a95c3e57a1
+2 -2
View File
@@ -2,11 +2,11 @@
set -e set -e
echo "Updating this repo..." echo "Updating this repo..."
git pull 1>/dev/null git pull 1>/dev/null 2>/dev/null
# updoot # updoot
echo "Updating software lists..." echo "Updating software lists..."
sudo apt update sudo apt update 1>/dev/null 2>/dev/null
echo "Fully upgrading, this may take a while..." echo "Fully upgrading, this may take a while..."
sudo apt dist-upgrade -y sudo apt dist-upgrade -y