From fcd9bfe8392bf082bf270368c7e7dd80a6a851ff Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Wed, 2 Apr 2025 19:43:10 -0500 Subject: [PATCH] fixed variant name --- scripts/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create.sh b/scripts/create.sh index b9b81f7..894ce7e 100644 --- a/scripts/create.sh +++ b/scripts/create.sh @@ -159,7 +159,7 @@ ssh-keyscan ${lname}.actcur.com | grep -v "#" | grep "ssh-ed25519 " >> ~/.ssh/kn # install some dependencies case "$variant" in - "arch") + "archlinux") ssh -i $ssh_key_dir/id_arch_builder ${lname}.actcur.com "pacman -Sy --noconfirm ansible-core git" ;; "alma")