the fi with no friend would win

pull/3/head
Amy 3 years ago
parent 7e13ff20dc
commit 78d1a1ccc2
No known key found for this signature in database
GPG Key ID: 6672E6DD65BEA50B

@ -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

Loading…
Cancel
Save