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