diff --git a/citrine.internal.sh b/citrine.internal.sh index 9c6edb0..f51d015 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -480,12 +480,11 @@ else arch-chroot /mnt pacman -S --quiet --noconfirm $DM fi if [[ "$DM" != "" ]]; then - if [[ "$DM" != "none" ]]; then - prompt "Would you like to enable ${DM} for ${DE}? (Y/n)" - useDM="$response" - if [[ "$useDM" != "n" ]]; then - arch-chroot /mnt systemctl enable ${DM} - fi + if [[ "$DM" != "none" ]]; then + prompt "Would you like to enable ${DM} for ${DE}? (Y/n)" + useDM="$response" + if [[ "$useDM" != "n" ]]; then + arch-chroot /mnt systemctl enable ${DM} fi fi fi