From f699219a767691373800c9f7b8863e9220f3f6d4 Mon Sep 17 00:00:00 2001 From: Amy Date: Sun, 7 Nov 2021 21:01:19 +0100 Subject: [PATCH] fix issue with dialog not getting enough flags passed --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 2902f9b..1e562f5 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -407,7 +407,7 @@ arch-chroot /mnt pacman -Sy --quiet --noconfirm # ;; #esac while [[ "$DE" == "" ]]; do - menu=$(dialog --title "Citrine" --menu "Select the Desktop Environment you want to install" 12 100 4 "Official" "Our pre-themed desktop environments" "Third Party (supported)" "Third party Desktop Environments that are supported" "Third Party (unsupported)" "Third Party Desktop Environments that aren't supported" "None/DIY" --stdout) + menu=$(dialog --title "Citrine" --menu "Select the Desktop Environment you want to install" 12 100 4 "Official" "Our pre-themed desktop environments" "Third Party (supported)" "Third party Desktop Environments that are supported" "Third Party (unsupported)" "Third Party Desktop Environments that aren't supported" "None/DIY" "Install no de from this list" --stdout) if [[ "$menu" == "Official" ]]; then DE=$(dialog --title "Citrine" --menu "Please choose the DE you want to install" 12 100 2 "Onyx" "Our custom Desktop Environment based on XFCE" "Onyx tiling" "Our custom Desktop Environment based on xfce but with i3 as the wm" --stdout) elif [[ "$menu" == "Third Party (supported)" ]]; then