1
0
Fork 0

bin/aur: Use more common curl instead of wget

This commit is contained in:
Jeremy Kaplan 2021-10-30 20:21:14 -07:00
commit 35c1e2ad61

View file

@ -2,4 +2,4 @@
set -exuo pipefail set -exuo pipefail
wget "https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz" curl "https://aur.archlinux.org/cgit/aur.git/snapshot/$1.tar.gz" -o "$1.tar.gz"