Skip to content

Commit

Permalink
fix #14 github redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
sigboe committed Mar 9, 2022
1 parent 8825026 commit a642be7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scriptmodule.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ function install_bin_piegalaxy() {
local innoversion="1.8-dev-2019-01-13"
local wyvernversion="1.4.1"
gitPullOrClone "$md_inst" https://github.com/sigboe/pie-galaxy.git master
isPlatform "x86" && (cd "$md_inst" && curl -o wyvern -O "https://github.com/sigboe/wyvern/releases/latest/download/wyvern-${wyvernversion}.arm")
isPlatform "arm" && (cd "$md_inst" && curl -o wyvern -O "https://github.com/sigboe/wyvern/releases/latest/download/wyvern-${wyvernversion}.x86")
isPlatform "x86" && (cd "$md_inst" && curl -L -o wyvern -O "https://github.com/sigboe/wyvern/releases/latest/download/wyvern-${wyvernversion}.arm")
isPlatform "arm" && (cd "$md_inst" && curl -L -o wyvern -O "https://github.com/sigboe/wyvern/releases/latest/download/wyvern-${wyvernversion}.x86")
isPlatform "x86" && downloadAndExtract "http://constexpr.org/innoextract/files/snapshots/innoextract-${innoversion}/innoextract-${innoversion}-linux.tar.xz" "$md_inst" --strip-components 3 innoextract-${innoversion}-linux/bin/amd64/innoextract
isPlatform "arm" && downloadAndExtract "http://constexpr.org/innoextract/files/snapshots/innoextract-${innoversion}/innoextract-${innoversion}-linux.tar.xz" "$md_inst" --strip-components 3 innoextract-${innoversion}-linux/bin/armv6j-hardfloat/innoextract
chmod +x "$md_inst"/wyvern "$md_inst"/innoextract "$md_inst"/pie-galaxy.sh
Expand Down

0 comments on commit a642be7

Please sign in to comment.