diff options
| author | tslil clingman <> | 2024-01-21 21:48:03 +0100 |
|---|---|---|
| committer | tslil clingman <> | 2024-01-21 21:48:03 +0100 |
| commit | 6db4dc5b492e5334d2d6e26c3635768844ceae8d (patch) | |
| tree | 0fd12abe4779fcb5ae1737c579fb0dce710133c6 | |
| parent | d668759c450d04311f1f9521a3b7e8c5763a6c51 (diff) | |
aur: zst extension
| -rwxr-xr-x | aur | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,5 +28,5 @@ echo Building... if makepkg -srf; then name=$1"-$(sed -n 's/pkgver=//p' PKGBUILD)-$(sed -n 's/pkgrel=//p' PKGBUILD)" echo Installing... - sudo pacman -U $name*.xz + sudo pacman -U $name*.zst fi |
