small update on install.sh

This commit is contained in:
JaKooLit 2024-05-01 00:57:43 +09:00
parent ae098ed284
commit f6f751d9a1

View File

@ -32,7 +32,7 @@ if [ "$proceed" != "y" ]; then
exit 1 exit 1
fi 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? [Debian only] (y/n): $(tput sgr0)" proceed2
if [ "$proceed2" != "y" ]; 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."