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}