From 926e34c8acfbb5c90b521b182b14c921fec4530c Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:58:23 -0600 Subject: [PATCH] 1748962704 --- installer1.sh | 4 ++-- installer3.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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!"