fix bootstrap in Arch Linux by updating package name from salt-zmq to salt #1005

This commit is contained in:
ek9 2017-01-01 23:03:32 +01:00
parent a8e6b950c7
commit 1765a68f54

View file

@ -4420,7 +4420,7 @@ install_arch_linux_stable() {
pacman -S --noconfirm --needed bash || return 1
pacman -Su --noconfirm || return 1
# We can now resume regular salt update
pacman -Syu --noconfirm salt-zmq || return 1
pacman -Syu --noconfirm salt || return 1
return 0
}