Merge pull request #868 from cachedout/refresh_arch_keyring

Always refresh the Arch Linux keyring if needed
This commit is contained in:
Pedro Algarvio 2016-06-07 14:57:22 -04:00
commit 56a3ed879f

View file

@ -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