mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-12-07 21:04:58 +00:00
use wget
This commit is contained in:
@@ -31,7 +31,7 @@ else
|
||||
fi
|
||||
echo $ARCH
|
||||
|
||||
curl -s https://api.github.com/repos/cupcakearmy/autorestic/releases/latest \
|
||||
wget -qO - https://api.github.com/repos/cupcakearmy/autorestic/releases/latest \
|
||||
| grep "browser_download_url.*_${OS}_${ARCH}" \
|
||||
| cut -d : -f 2,3 \
|
||||
| tr -d \" \
|
||||
|
||||
Reference in New Issue
Block a user