Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 12, 2024
1 parent 9cfbaad commit b73a96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-korge-forge.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ EXIT /B

if not exist "%DOWNLOAD_LOCAL%" (
echo Downloading %DOWNLOAD_URL% into: %DOWNLOAD_LOCAL_TMP%
REM curl -s "%DOWNLOAD_URL%" -o "%DOWNLOAD_LOCAL_TMP%"
powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('%DOWNLOAD_URL%', '%DOWNLOAD_LOCAL_TMP:\=\\%')"
curl -s -L "%DOWNLOAD_URL%" -o "%DOWNLOAD_LOCAL_TMP%"
REM powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('%DOWNLOAD_URL%', '%DOWNLOAD_LOCAL_TMP:\=\\%')"
REM powershell -NoProfile -ExecutionPolicy Bypass -Command "Start-BitsTransfer -Source '%DOWNLOAD_URL%' -Destination '%DOWNLOAD_LOCAL_TMP:\=\\%'"

:REPEAT_SHA1
Expand Down

0 comments on commit b73a96b

Please sign in to comment.