Skip to content

Commit

Permalink
Switch to downloader v0 5 0 (#236)
Browse files Browse the repository at this point in the history
* only last docker issue

* switch to version 0.5.0

joergi/downloader#33
  • Loading branch information
joergi committed Jun 17, 2024
1 parent b6a32fd commit 372eccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This project should save you time, and let you download all scripts together.

## Windows user: [here is your tuturial](windows/)

## Docker - needs to be fixed - issue [[89](https://github.com/joergi/MagPiDownloader/issues/89), [26](https://github.com/joergi/MagPiDownloader/issues/26), [25](https://github.com/joergi/MagPiDownloader/issues/25), [42](https://github.com/joergi/MagPiDownloader/issues/42)]
## Docker - needs to be fixed - issue [[25](https://github.com/joergi/MagPiDownloader/issues/25)]

---
# This project was done by this lovely people, thank you!!!
Expand Down
2 changes: 1 addition & 1 deletion linux_mac/magpi-issue-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
# workaround for a known limitation in bash 3.x: http://lists.gnu.org/archive/html/bug-bash/2006-01/msg00018.html
# stackoverflow: https://stackoverflow.com/questions/32596123/why-source-command-doesnt-work-with-process-substitution-in-bash-3-2/32596626#32596626
# shellcheck disable=SC1091
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/joergi/downloader/0.4.6/linux_mac/downloader.sh)" "$downloadUrl" "$OUTDIR" "$recentIssue" MagPi_ "$@"
source /dev/stdin <<<"$(curl -s https://raw.githubusercontent.com/joergi/downloader/0.5.0/linux_mac/downloader.sh)" "$downloadUrl" "$OUTDIR" "$recentIssue" MagPi_ "$@"

exit 0

0 comments on commit 372eccf

Please sign in to comment.