fix typo and setup keyring

artix
Matt C 3 years ago
parent 02cb13c89f
commit eca1016320

@ -82,8 +82,8 @@ grub-mkconfig -o /boot/grub/grub.cfg
systemctl enable NetworkManager systemctl enable NetworkManager
#pacman-key --init pacman-key --init
#pacman-key --import archlinux pacman-key --import archlinux
printf "Would you like to install a DE profile? (y/N): " printf "Would you like to install a DE profile? (y/N): "
read DEP read DEP
@ -118,7 +118,7 @@ if [[ "$DEP" == "y" || "$DEP" == "Y" ]]; then
fi fi
fi fi
if [["$DM" != "" ]]; then if [[ "$DM" != "" ]]; then
printf "Would you like to enable ${DM} for ${DE}? (Y/n)" printf "Would you like to enable ${DM} for ${DE}? (Y/n)"
read useDM read useDM
if [[ "$useDM" != "n" ]]; then if [[ "$useDM" != "n" ]]; then

Loading…
Cancel
Save