From 1a4c8dd1eb2f04334c3b7bb99388e4e192ef6dcf Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 00:51:02 +0900 Subject: [PATCH] minor tweak --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ed09394..6606bdd 100755 --- a/install.sh +++ b/install.sh @@ -70,8 +70,8 @@ fi printf "\n%.0s" {1..1} -echo "${NOTE} Ensure to edit the ${YELLOW}deb-src's${RESET} in ${YELLOW}/etc/apt/sources.list${RESET}" -read -p "${CAT} ${YELLOW} Very Important else script will fail${RESET}. OK to proceed? (y/n): ${RESET}" proceed2 +echo "${NOTE} Ensure to uncomment the ${YELLOW}deb-src's${RESET} in ${YELLOW}/etc/apt/sources.list${RESET}" +read -p "${CAT} ${YELLOW}Very Important else script will likely fail${RESET}. OK to proceed? (y/n): ${RESET}" proceed2 if [ "$proceed2" != "y" ]; then printf "\n%.0s" {1..2}