yesno "Would you like to enable ${DM} for ${DE}? (Y/n)"
useDM="$yn"
if[["$useDM" !="n" ]];then
if[["$useDM" !="1" ]];then
arch-chroot /mnt systemctl enable${DM}
fi
fi
@ -466,9 +466,9 @@ fi
yesno "Would you like to install flatpak?"
flatpak="$yn"
if[["$flatpak"=="y" ]];then
if[["$flatpak"=="0" ]];then
yesno "Would you like to use a gui flatpak store?"
if[["$yn"=="y" ]];then
if[["$yn"=="0" ]];then
DE=$(dialog --title "Citrine" --menu "Please choose the Store you want to install"121002"Gnome Software""The software store made by gnome (recommended for GTK desktops)""Discover""The software store made by KDE (recommended for QT desktops)" --stdout)