diff --git a/citrine.internal.sh b/citrine.internal.sh index 9c8b60d..89b69b8 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -19,6 +19,11 @@ if [[ "$EUID" != "0" ]]; then exit 1 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)" KBD="$response" echo "KBD=$response" diff --git a/continue.sh b/continue.sh index f352864..1224830 100755 --- a/continue.sh +++ b/continue.sh @@ -120,6 +120,7 @@ systemctl enable NetworkManager pacman-key --init pacman-key --populate archlinux +pacman-key --populate crystal clear