diff --git a/bin/aur b/bin/aur index dcc6fc8..4e624a3 100755 --- a/bin/aur +++ b/bin/aur @@ -2,4 +2,4 @@ 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"