From 9cba91156aa04edaf576180a3cf937487eba086b Mon Sep 17 00:00:00 2001 From: The TwilightBlood Date: Sun, 15 May 2022 19:46:27 -0500 Subject: [PATCH] fix: remove default --- rhino-deinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhino-deinst b/rhino-deinst index 6c4a7cc..f9da585 100755 --- a/rhino-deinst +++ b/rhino-deinst @@ -7,7 +7,7 @@ if ! command -v dialog > /dev/null; then fi SELECTED=($( dialog --backtitle "Press 'space' to toggle an option, use arrow keys to go up/down, press enter to continue" --erase-on-exit --scrollbar --separate-output --checklist "Select Desktop Environment(s)" 10 35 5 \ - "1" "GNOME (Ubuntu)" ON \ + "1" "GNOME (Ubuntu)" OFF \ "2" "GNOME" OFF \ "3" "KDE (Full)" OFF \ "4" "KDE (Standard)" OFF \