fixed variant name
This commit is contained in:
parent
5e2dbc421e
commit
fcd9bfe839
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ ssh-keyscan ${lname}.actcur.com | grep -v "#" | grep "ssh-ed25519 " >> ~/.ssh/kn
|
||||||
|
|
||||||
# install some dependencies
|
# install some dependencies
|
||||||
case "$variant" in
|
case "$variant" in
|
||||||
"arch")
|
"archlinux")
|
||||||
ssh -i $ssh_key_dir/id_arch_builder ${lname}.actcur.com "pacman -Sy --noconfirm ansible-core git"
|
ssh -i $ssh_key_dir/id_arch_builder ${lname}.actcur.com "pacman -Sy --noconfirm ansible-core git"
|
||||||
;;
|
;;
|
||||||
"alma")
|
"alma")
|
||||||
|
|
Loading…
Add table
Reference in a new issue