Skip to content

Commit

Permalink
fix: remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed May 16, 2022
1 parent 2339f8b commit 9cba911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhino-deinst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9cba911

Please sign in to comment.