Skip to content

Commit

Permalink
fix: wget with big o
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Oct 28, 2023
1 parent ec68d5f commit 3a81c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/rescrobbled.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -oue pipefail
echo "Downloading latest rescrobbled binary"
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/InputUsername/rescrobbled/releases/latest \
| jq .assets[0].browser_download_url \
| xargs curl > /usr/bin/rescrobbled
| xargs wget -O /usr/bin/rescrobbled
chmod +x /usr/bin/rescrobbled

echo "Downloading rescrobbled systemd unit"
Expand Down

0 comments on commit 3a81c1c

Please sign in to comment.