From 1ba1413a462a95ae6d22ecc1be9c57456991d8f1 Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Sun, 5 May 2024 09:31:19 +0900 Subject: [PATCH] updated install.sh --- install.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install.sh b/install.sh index dc8adc0..f4326c2 100755 --- a/install.sh +++ b/install.sh @@ -32,13 +32,6 @@ if [ "$proceed" != "y" ]; then exit 1 fi -read -p "$(tput setaf 6)Have you edited your /etc/apt/sources.list? [Debian only] (y/n): $(tput sgr0)" proceed2 - -if [ "$proceed2" != "y" ]; then - echo "Installation aborted Kindly edit your sources.list first. Refer to readme." - exit 1 -fi - # Create Directory for Install Logs if [ ! -d Install-Logs ]; then mkdir Install-Logs