mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 00:58:36 +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 "===================================="
|
||||||
@echo -n "Press enter to continue, or Ctrl+C to quit. " && read
|
@echo -n "Press enter to continue, or Ctrl+C to quit. " && read
|
||||||
@makepkg -sc
|
@makepkg -sc
|
||||||
@sudo pacman -U *.pkg.tar.xz
|
@sudo pacman -U *.pkg.tar.zst
|
||||||
|
|
||||||
.PHONY: refresh-keys
|
.PHONY: refresh-keys
|
||||||
refresh-keys:
|
refresh-keys:
|
||||||
|
Loading…
Reference in New Issue
Block a user