Skip to content

Commit

Permalink
switch to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi committed Jun 17, 2024
1 parent 3fa8555 commit a76afe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hackspace-books-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
file="special-editions.txt"
while IFS= read -r line
do
bash <(curl https://raw.githubusercontent.com/joergi/downloader/0.4.6/linux_mac/downloader.sh) "$line" "$OUTDIR"
bash <(curl https://raw.githubusercontent.com/joergi/downloader/0.5.0/linux_mac/downloader.sh) "$line" "$OUTDIR"
done < "$file"

exit 0

0 comments on commit a76afe5

Please sign in to comment.