small update

This commit is contained in:
JaKooLit 2023-10-12 23:48:52 +09:00
parent 5f38d5e463
commit 7ae28dabd6

View File

@ -27,7 +27,7 @@ fi
read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? (y/n): $(tput sgr0)" proceed2 read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? (y/n): $(tput sgr0)" proceed2
if [ "$proceed2" != "n" ]; then if [ "$proceed2" != "y" ]; then
echo "Installation aborted Kindly edit your sources.list first. Refer to readme." echo "Installation aborted Kindly edit your sources.list first. Refer to readme."
exit 1 exit 1
fi fi