mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Merge pull request #868 from cachedout/refresh_arch_keyring
Always refresh the Arch Linux keyring if needed
This commit is contained in:
commit
56a3ed879f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue