From 73ded69707d81f764af3c94027192cf4c4cfd8e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Apr 2022 17:03:09 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 3242160..b0aedf8 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -73,7 +73,7 @@ UPDATE1() { $APTFUNC update $APTFUNC upgrade -y - echo "\n\n" + echo "\t\t" read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice case "$choice" in [Yy]) $APTFUNC dist-upgrade;; @@ -99,7 +99,7 @@ UPDATE2() { $APTFUNC upgrade -y - echo "\n\n" + echo "\t\t" read -n 1 -p "Would you like to run dist-upgrade as well (Y/n)?" choice case "$choice" in [Yy]) $APTFUNC dist-upgrade;;