From 30e4c5ee9ad0c0596cb2378f64d840506999a343 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 01:15:23 +0900 Subject: [PATCH] updated install.sh to highlight deb-src importance --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3492c8f..b243c29 100755 --- a/install.sh +++ b/install.sh @@ -75,7 +75,7 @@ NOTE: If you are installing on a VM, ensure to enable 3D acceleration else Hyprl # Ask if the user wants to proceed if ! whiptail --title "Proceed with Installation?" \ - --yesno "Would you like to proceed?" 7 50; then + --yesno "VERY IMPORTANT!!!\n\nYou must be able to install from source by uncommenting deb-src on /etc/apt/sources.list else script may fail to install Hyprland.\n\n\nShall we proceed?" 15 60; then echo -e "\n" echo "❌ ${INFO} You 🫵 chose ${YELLOW}NOT${RESET} to proceed. ${YELLOW}Exiting...${RESET}" | tee -a "$LOG" echo -e "\n"