mirror of
https://github.com/mon5termatt/medicat_installer
synced 2024-11-15 12:12:51 +00:00
Update cdn.bat
This commit is contained in:
parent
a8f481191a
commit
9a8c37c6f1
@ -48,7 +48,6 @@ if errorlevel 3 set /a server=3 && goto set
|
|||||||
if errorlevel 2 set /a server=2 && goto set
|
if errorlevel 2 set /a server=2 && goto set
|
||||||
if errorlevel 1 set /a server=1 && goto set
|
if errorlevel 1 set /a server=1 && goto set
|
||||||
|
|
||||||
|
|
||||||
:set
|
:set
|
||||||
if %server% == 1 set url="https://files.medicatusb.com/files/v21.12/MediCat.USB.v21.12.7z"
|
if %server% == 1 set url="https://files.medicatusb.com/files/v21.12/MediCat.USB.v21.12.7z"
|
||||||
if %server% == 2 set url="https://mirrors.itrio.xyz/archive/MediCatUSBv21.12.7z"
|
if %server% == 2 set url="https://mirrors.itrio.xyz/archive/MediCatUSBv21.12.7z"
|
||||||
@ -56,17 +55,9 @@ if %server% == 3 set url="https://mirror.fangshdow.trade/medicat-usb/MediCat%%20
|
|||||||
|
|
||||||
|
|
||||||
:download
|
:download
|
||||||
echo.Please note download speeds are currently limited due to high traffic
|
|
||||||
echo.Consider using the torrent as it will be a faster option
|
|
||||||
|
|
||||||
|
|
||||||
echo.Downloading from Medicat server.
|
echo.Downloading from Medicat server.
|
||||||
curl -# -L -o MediCat.USB.v21.12.7z -C - %url%
|
curl -# -L -o MediCat.USB.v21.12.7z -C - %url%
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
:done
|
:done
|
||||||
cls
|
cls
|
||||||
echo.Completed Downloading, Checking File Size.
|
echo.Completed Downloading, Checking File Size.
|
||||||
|
Loading…
Reference in New Issue
Block a user