mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 02:49:28 +01:00
Switch from xz compression to zst
Note that I'll likely change some other stuff at a later date.
This commit is contained in:
parent
919178b2d4
commit
f4627139a6
@ -12,7 +12,7 @@ aur:
|
||||
@echo "===================================="
|
||||
@echo -n "Press enter to continue, or Ctrl+C to quit. " && read
|
||||
@makepkg -sc
|
||||
@sudo pacman -U *.pkg.tar.xz
|
||||
@sudo pacman -U *.pkg.tar.zst
|
||||
|
||||
.PHONY: refresh-keys
|
||||
refresh-keys:
|
||||
|
Loading…
Reference in New Issue
Block a user