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:
parent
bb5537c30a
commit
c552c3b633
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user