From fbeb3da4a95745fd9127628c3c868e7836c9aa86 Mon Sep 17 00:00:00 2001 From: Teknoist <37031361+Teknoist@users.noreply.github.com> Date: Wed, 31 Aug 2022 00:06:20 +0300 Subject: [PATCH] Update Medicat_Installer.sh change host to github --- Medicat_Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Medicat_Installer.sh b/Medicat_Installer.sh index d5304de..fc24b69 100644 --- a/Medicat_Installer.sh +++ b/Medicat_Installer.sh @@ -56,7 +56,7 @@ if ! [[ -f MediCat.USB.v21.12.7z ]]; then fi if [ -z "$location" ] ; then echo "Starting to download torrent" - wget https://cdn.medicatusb.com/files/install/download/MediCat_USB_v21.12.torrent -O medicat.torrent + wget https://github.com/mon5termatt/medicat_installer/raw/main/download/MediCat_USB_v21.12.torrent -O medicat.torrent aria2c --file-allocation=none --seed-time=0 medicat.torrent location=''MediCat\ USB\ v21.12/MediCat.USB.v21.12.7z'' fi