From dd8aeac6c578d97e57d33641a8292e088ed404cc Mon Sep 17 00:00:00 2001 From: Mike Place Date: Tue, 7 Jun 2016 12:32:49 -0600 Subject: [PATCH] Always refresh the Arch Linux keyring if needed --- bootstrap-salt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 8f01272..e10d354 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -4118,6 +4118,8 @@ install_arch_linux_stable_deps() { pacman-key --init && pacman-key --populate archlinux || return 1 fi + pacman -Sy --noconfirm --needed archlinux-keyring || return 1 + pacman -Sy --noconfirm --needed pacman || return 1 if __check_command_exists pacman-db-upgrade; then