Update cdn.bat

This commit is contained in:
Matthew Clark 2023-05-08 01:05:47 -05:00 committed by GitHub
parent fc95692d26
commit 21f093c1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,14 @@ if "%size%" == "%propersize%" (goto done)
:download
echo.Downloading from Medicat server.
curl -# -L -o MediCat.USB.v21.12.7z -C - https://medicatcdn.com/files/v21.12/MediCat.USB.v21.12.7z
::Normally Use this file
::curl -# -L -o MediCat.USB.v21.12.7z -C - https://medicatcdn.com/files/v21.12/MediCat.USB.v21.12.7z
::TEMP File until CDN comes back online
curl -# -L -o MediCat.USB.v21.12.7z -C - "https://files.medicatusb.com/?download&weblink=24507515e83f89d2abd8640c756d87cb&realfilename=MediCat.USB.v21.12.7z"
:done
cls