From b090f763d3a5eef6588e7258a82757b8651c0c51 Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 16 Sep 2021 16:21:30 -0400 Subject: [PATCH] Update citrine.internal.sh --- citrine.internal.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 9d89edb..df6ac57 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -19,11 +19,6 @@ 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"