From 164a85dabd949e7965854b65c81dc68474f6baa8 Mon Sep 17 00:00:00 2001 From: Matthew Clark <43628254+mon5termatt@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:05:41 -0500 Subject: [PATCH] Update CheckFiles.bat --- hasher/CheckFiles.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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