From a95c3e57a145689ff2925637ea62f40610a72a0f Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 3 Jun 2025 09:00:44 -0600 Subject: [PATCH] 1748962845 --- installer2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer2.sh b/installer2.sh index 4607fbf..ca4be65 100644 --- a/installer2.sh +++ b/installer2.sh @@ -2,11 +2,11 @@ set -e echo "Updating this repo..." -git pull 1>/dev/null +git pull 1>/dev/null 2>/dev/null # updoot echo "Updating software lists..." -sudo apt update +sudo apt update 1>/dev/null 2>/dev/null echo "Fully upgrading, this may take a while..." sudo apt dist-upgrade -y