From 3a045e774b6ccb6a7ad1265c3df19b94dacb5862 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 22 Jul 2025 15:42:00 +0900 Subject: [PATCH] updated install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 6c6d07b..c68bff9 100755 --- a/install.sh +++ b/install.sh @@ -24,6 +24,9 @@ echo -e "${NOTE}: Most Hyprland Packages installed here are manually built from echo -e "${INFO}: You need to manually update it yourself." echo -e "${WARN}: Use this script at your own risk" echo +echo -e "${NOTE}: Since it builds from source, installation WILL takes Longer" +echo -e "${WARN}: You've been warned so stop crying!" +echo # Prompt user to continue or exit read -rp "Do you want to continue with the installation? [y/N]: " confirm