mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Always refresh the Arch Linux keyring if needed
This commit is contained in:
parent
3a29171371
commit
dd8aeac6c5
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