Skip to content

Commit

Permalink
archlinux: fix incorrect keyring being populated
Browse files Browse the repository at this point in the history
Fix one of the issue described in the following commit:
QubesOS/qubes-issues#3185
  • Loading branch information
Olivier MEDOC committed Nov 6, 2017
1 parent cf4fdb8 commit 0999d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD-keyring.install
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 0999d3b

Please sign in to comment.