From f97c37b7b781bc21a00ba34e67da1ddbea678c33 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 2 Mar 2025 02:17:41 +0900 Subject: [PATCH] updated login manager warning --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a6cc102..80d8097 100755 --- a/install.sh +++ b/install.sh @@ -172,7 +172,7 @@ if check_services_running; then # Display the active login manager(s) in the whiptail message box whiptail --title "Active non-SDDM login manager(s) detected" \ - --msgbox "The following non-SDDM login manager(s) are active:\n\n$active_list\n\nWARN: DO NOT install or choose to install SDDM & SDDM theme" 12 60 + --msgbox "The following non-SDDM login manager(s) are active:\n\n$active_list\n\nWARN: DO NOT install or choose to install SDDM & SDDM theme in the choices\nOr disable those active services first before running this script\n\nIf you ignored this warning and you chose to install SDDM, script will return to choices in the middle of the installation.\n\n🏳️ So choose wisely\n\n😎 Ja " 22 80 fi # Check if NVIDIA GPU is detected