Skip to content

Commit

Permalink
switch books 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 704ae9a commit 63aa250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_mac/magpi-special-issue-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
file=$BASEDIR"/sources-for-download/special-issues.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 63aa250

Please sign in to comment.