This commit is contained in:
2025-06-14 02:36:38 -06:00
parent 40e9eeef69
commit 16d054a501
3 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,10 +2,10 @@
set -e
echo "Fully upgrading, this may take a while..."
sudo apt dist-upgrade -y
sudo apt dist-upgrade -y > /dev/null
echo "Cleaning up..."
sudo apt autoremove -y
sudo apt autoremove -y > /dev/null
echo "Installer2.sh complete" >> ./status.txt