From 83e13ea08184b38c59939cdb785853b0bcb5f02e Mon Sep 17 00:00:00 2001 From: Matthew Clark <43628254+mon5termatt@users.noreply.github.com> Date: Fri, 15 Jul 2022 00:30:18 -0500 Subject: [PATCH] New Update Method --- Medicat_Installer.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Medicat_Installer.bat b/Medicat_Installer.bat index 111c07a..bdf5fb5 100644 --- a/Medicat_Installer.bat +++ b/Medicat_Installer.bat @@ -84,7 +84,7 @@ if exist "bin\wget.exe" (goto curver) else (goto curlwget) :curlwget echo.attempting to download wget using curl. echo.This requires windows 10 version 1703 or higher. -curl -O -s http://cdn.medicatusb.com/files/install/wget.exe +curl -O -s https://eternallybored.org/misc/wget/1.21.3/64/wget.exe move .\wget.exe .\bin\wget.exe goto checkwget :curver @@ -108,7 +108,6 @@ if "%localver%" == "%remver%" (goto winvercheck0) else (goto updateprogram) :updateprogram cls echo.A new version of the program has been released. The program will now restart. -wget "http://url.medicatusb.com/installerupdate" -O ./MEDICAT_NEW.bat -q wget "http://cdn.medicatusb.com/files/install/update.bat" -O ./update.bat -q start cmd /k update.bat exit