keyring stuff

artix
Matt C 3 years ago
parent 3ecbf91c26
commit ac772c4d09

@ -19,6 +19,11 @@ if [[ "$EUID" != "0" ]]; then
exit 1 exit 1
fi fi
inf "Checking pacman keyrings"
pacman-key --init
pacman-key --populate archlinux
pacman-key --populate crystal
prompt "Do you need a keyboard layout other than standard US? (y/N)" prompt "Do you need a keyboard layout other than standard US? (y/N)"
KBD="$response" KBD="$response"
echo "KBD=$response" echo "KBD=$response"

@ -120,6 +120,7 @@ systemctl enable NetworkManager
pacman-key --init pacman-key --init
pacman-key --populate archlinux pacman-key --populate archlinux
pacman-key --populate crystal
clear clear

Loading…
Cancel
Save