1.2-dev
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user