Switch from xz compression to zst

Note that I'll likely change some other stuff at a later date.
This commit is contained in:
Donovan Glover 2021-06-21 18:04:12 -04:00
parent 919178b2d4
commit f4627139a6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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: