Merge pull request #1007 from ek9/fix-archlinux-package-name

fix bootstrap in Arch Linux by updating package name from salt-zmq to…
This commit is contained in:
Nicole Thomas 2017-01-04 11:19:14 -05:00 committed by GitHub
commit 42cf7c41d7

View file

@ -4424,7 +4424,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
}