diff --git a/installer1.sh b/installer1.sh index 23d82e7..8ed26c3 100644 --- a/installer1.sh +++ b/installer1.sh @@ -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..." diff --git a/installer3.sh b/installer3.sh index 5ccce57..f476a58 100644 --- a/installer3.sh +++ b/installer3.sh @@ -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!"