Update Medicat_Installer.sh

change host to github
pull/12/head
Teknoist 2 years ago committed by GitHub
parent 1f76ad3cf5
commit fbeb3da4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save