mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01:00
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:
parent
49c0091f1b
commit
429a56d480
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user