archlinux: Refresh keys before installing packages

This fixes an issue where some packages cannot be verified if
they use new keys.
This commit is contained in:
Donovan Glover 2018-12-09 23:54:41 -05:00
parent 49c0091f1b
commit 429a56d480
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -13,6 +13,9 @@ sudo -v
# Source: https://gist.github.com/cowboy/3118588
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Refresh GPG keys before installing packages
make refresh-keys
# Install PKGBUILDs
make package=tari-core
make package=bspwm-round-corners-git