From ac772c4d0920b6595a8cc05e91d303b61aab0911 Mon Sep 17 00:00:00 2001 From: Matt C Date: Sun, 12 Sep 2021 18:47:19 -0400 Subject: [PATCH] keyring stuff --- citrine.internal.sh | 5 +++++ continue.sh | 1 + 2 files changed, 6 insertions(+) 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