the fact that one missing space can mess up the whole script makes me angry

pull/3/head
Amy 3 years ago
parent f41e8ef823
commit 1448fd93c7
No known key found for this signature in database
GPG Key ID: 6672E6DD65BEA50B

@ -477,7 +477,7 @@ if [[ "$DM" == "" ]]; then
inf "Ok, not installing a display manager."
fi
else
if [[ "$DM" == "none "]]; then
if [[ "$DM" == "none" ]]; then
arch-chroot /mnt pacman -S --quiet --noconfirm $DM
fi
fi

Loading…
Cancel
Save