1748962704
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ echo "Updating software lists..."
|
||||
sudo apt update 1>/dev/null 2>/dev/null
|
||||
|
||||
echo "Installing utils..."
|
||||
sudo apt install raspi-utils
|
||||
sudo apt install "raspi*"
|
||||
sudo apt install -y raspi-utils
|
||||
sudo apt install -y "raspi*"
|
||||
|
||||
# updoot this
|
||||
echo "Updating this repo..."
|
||||
|
||||
+2
-2
@@ -31,7 +31,7 @@ fi
|
||||
|
||||
# updoot
|
||||
echo "Getting new software lists..."
|
||||
sudo apt update 1>/dev/null
|
||||
sudo apt update 1>/dev/null 2>/dev/null
|
||||
|
||||
# clean up
|
||||
echo "Disabling unneeded junk..."
|
||||
@@ -72,7 +72,7 @@ else
|
||||
fi
|
||||
|
||||
echo "Cleaning up..."
|
||||
sudo apt autoremove -y 1>/dev/null # cleanup
|
||||
sudo apt autoremove -y # cleanup
|
||||
|
||||
echo "Part 3 done!"
|
||||
echo "Rebooting now!"
|
||||
|
||||
Reference in New Issue
Block a user