From 1765a68f54d379ab7bc609545d7ae338e74c24b1 Mon Sep 17 00:00:00 2001 From: ek9 Date: Sun, 1 Jan 2017 23:03:32 +0100 Subject: [PATCH] fix bootstrap in Arch Linux by updating package name from salt-zmq to salt #1005 --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index e4432e2..cc44770 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -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 }