From b1214dc6a3111164a63954dc83d3b15e99969bf6 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 08:46:55 -0600 Subject: [PATCH] 1748962015 --- installer2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installer2.sh b/installer2.sh index e414e25..83b5a51 100644 --- a/installer2.sh +++ b/installer2.sh @@ -2,17 +2,17 @@ set -e echo "Updating this repo..." -git pull 1>/dev/null 2>/dev/null +git pull 1>/dev/null # updoot echo "Updating software lists..." -sudo apt update 1>/dev/null 2>/dev/null +sudo apt update 1>/dev/null echo "Fully upgrading, this may take a while..." sudo apt dist-upgrade -y 1>/dev/null echo "Cleaning up..." -sudo apt autoremove -y 1>/dev/null 2>/dev/null +sudo apt autoremove -y 1>/dev/null echo "Part 2 done!" echo "Rebooting now!"