1
0
forked from extern/nix-config

archlinux: Fix make refresh-keys target

The bootstrap script was trying to call refresh-keys when the make
target was named update-keys. Since the flag is called --refresh-keys,
it makes sense to call the make target refresh-keys as well.
This commit is contained in:
Donovan Glover 2018-12-12 06:45:54 -05:00
parent bb5537c30a
commit c552c3b633
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -14,8 +14,8 @@ aur:
@makepkg -sc
@sudo pacman -U *.pkg.tar.xz
.PHONY: update-keys
update-keys:
.PHONY: refresh-keys
refresh-keys:
@sudo pacman-key --populate
@sudo pacman-key --refresh-keys