From 0c75da8b08657ebe98b75cbeb7adf512b22ddf2a Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 30 Jun 2025 11:28:09 -0500 Subject: [PATCH] oopsie --- SetupNewSystem.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupNewSystem.sh b/SetupNewSystem.sh index 08c769d..c29e561 100644 --- a/SetupNewSystem.sh +++ b/SetupNewSystem.sh @@ -14,7 +14,7 @@ function print_info() tput bold tput setaf 1 echo "$1" - tpug sgr0 + tput sgr0 } @@ -23,7 +23,7 @@ function print_error() tput bold tput setaf 1 echo "$1" - tpug sgr0 + tput sgr0 }