bin/aur: Use more common curl instead of wget
This commit is contained in:
parent
8cb4a95951
commit
35c1e2ad61
1 changed files with 1 additions and 1 deletions
2
bin/aur
2
bin/aur
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue