diff --git a/hasher/CheckFiles.bat b/hasher/CheckFiles.bat index c0e1a8b..983b405 100644 --- a/hasher/CheckFiles.bat +++ b/hasher/CheckFiles.bat @@ -1,6 +1,6 @@ @echo off cd /d %~dp0 -wget "https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/hasher/MedicatFiles.md5" -O ./MedicatFiles.md5 -q +curl "https://raw.githubusercontent.com/mon5termatt/medicat_installer/main/hasher/MedicatFiles.md5" -o ./MedicatFiles.md5 -s -L echo.Now Checking files. start QuickSFV MedicatFiles.md5 del %0 && exit