minor tweak

This commit is contained in:
JaKooLit 2025-02-06 00:51:02 +09:00
parent d4d72ad88c
commit 1a4c8dd1eb

View File

@ -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}