archlinux: fix incorrect keyring being populated
Fix one of the issue described in the following commit: https://github.com/QubesOS/qubes-issues/issues/3185
This commit is contained in:
parent
cf4fdb8b77
commit
0999d3b78f
@ -1,6 +1,6 @@
|
||||
post_upgrade() {
|
||||
if usr/bin/pacman-key -l >/dev/null 2>&1; then
|
||||
usr/bin/pacman-key --populate archlinux
|
||||
usr/bin/pacman-key --populate qubesos-vm
|
||||
fi
|
||||
release=$(echo "$1" | cut -d '.' -f 1,2)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user