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