File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ testget () {
2828 else
2929 echo Downloading from https://www.azul.com/downloads/zulu/zulufx/
3030 echo downloading https://cdn.azul.com/zulu/bin/$JVERELEASE .tar.gz
31- curl https://cdn.azul.com/zulu/bin/$JVERELEASE .tar.gz -o $2$1 .tar.gz
31+ curl -L https://cdn.azul.com/zulu/bin/$JVERELEASE .tar.gz -o $2$1 .tar.gz
3232 fi
3333}
3434
@@ -38,7 +38,7 @@ if (! test -e $JVMDIR/$JVERELEASE.tar.gz) then
3838 unzipifiy $JVERELEASE $JVMDIR
3939fi
4040if (! test -e $AUTOUPDATE ) then
41- curl https://github.com/CommonWealthRobotics/LatestFromGithubLaunch/releases/latest/download/LatestFromGithubLaunch.jar -o $AUTOUPDATE
41+ curl -L https://github.com/CommonWealthRobotics/LatestFromGithubLaunch/releases/latest/download/LatestFromGithubLaunch.jar -o $AUTOUPDATE
4242fi
4343
4444
You can’t perform that action at this time.
0 commit comments