mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-09 19:26:57 +02:00
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
|
@makepkg -sc
|
||||||
@sudo pacman -U *.pkg.tar.xz
|
@sudo pacman -U *.pkg.tar.xz
|
||||||
|
|
||||||
.PHONY: update-keys
|
.PHONY: refresh-keys
|
||||||
update-keys:
|
refresh-keys:
|
||||||
@sudo pacman-key --populate
|
@sudo pacman-key --populate
|
||||||
@sudo pacman-key --refresh-keys
|
@sudo pacman-key --refresh-keys
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user