2021-12-27 09:33:32 +00:00
|
|
|
# Medicat Installer
|
2022-07-06 00:03:32 +00:00
|
|
|
![Logo](icon.png)
|
2021-12-27 09:33:32 +00:00
|
|
|
|
2022-07-01 00:22:31 +00:00
|
|
|
[Visit the Medicat Site](http://medicatusb.com/)
|
2021-12-30 10:40:03 +00:00
|
|
|
|
2022-07-06 00:03:32 +00:00
|
|
|
[Please use the batch file hosted on the site for stability.](https://medicatusb.com/installer)
|
|
|
|
|
2021-12-30 10:40:03 +00:00
|
|
|
This repo is for development purposes only.
|
|
|
|
|
2021-12-30 11:15:56 +00:00
|
|
|
|
2022-07-06 00:03:32 +00:00
|
|
|
# Compatibility
|
|
|
|
Works with Windows 10/11 **with powershell installed**
|
|
|
|
|
|
|
|
**THIS SCRIPT DOES NOT WORK WITH WINDOWS 7/8**
|
|
|
|
|
|
|
|
Linux script tested with Ubuntu and CentOS
|
|
|
|
|
2021-12-30 11:15:56 +00:00
|
|
|
|
|
|
|
# Main Files
|
2022-07-01 00:22:31 +00:00
|
|
|
### Medicat_Installer.bat
|
2022-07-01 01:01:10 +00:00
|
|
|
The main file with guided prompts for downloading and installing Medicat USB
|
|
|
|
|
2022-07-05 23:48:36 +00:00
|
|
|
### Medicat_Installer.sh
|
|
|
|
Main file for installing via linux command line
|
|
|
|
Coded by [@SkeletonMan03](https://github.com/SkeletonMan03)
|
2022-07-01 01:01:10 +00:00
|
|
|
|
2022-07-05 23:48:36 +00:00
|
|
|
# Programs Included / Downloaded during install
|
2022-08-04 00:02:46 +00:00
|
|
|
<details>
|
|
|
|
<summary>Files Downloaded During Install</summary>
|
|
|
|
|
|
|
|
## Files Downloaded
|
|
|
|
1. [Gdrive](https://github.com/prasmussen/gdrive)
|
|
|
|
* For downloading from Google Drive.
|
|
|
|
2. [aria2](https://github.com/aria2/aria2)
|
|
|
|
* For downloading from torrent file.
|
|
|
|
3. [QuickSFV](http://www.quicksfv.org/)
|
|
|
|
* For hashing files somewhat quickly...
|
|
|
|
4. [7Zip](https://www.7-zip.org/)
|
|
|
|
* For File Extraction
|
|
|
|
5. [Wget](https://eternallybored.org/misc/wget/)
|
|
|
|
* For downloading files from the internet. Because I hate curl...
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Files Included with Program</summary>
|
|
|
|
|
|
|
|
## Files Included
|
|
|
|
1. [batbox](https://github.com/TheBATeam/BATBOX-An-Awesome-Batch-Plugin)
|
|
|
|
2. [Box](https://github.com/TheBATeam/Box-Function-2.0)
|
|
|
|
3. [Button](https://github.com/TheBATeam/Button-Function-2.0-by-Kvc)
|
|
|
|
4. [Getinput](https://github.com/TheBATeam/GetInput-By-Aacini)
|
|
|
|
5. [Getlen](https://github.com/TheBATeam/Getlen-Function-2.0-by-Kvc)
|
|
|
|
#### the encoded text at the bottom of the main script is for extracting some small files without the internet.
|
|
|
|
</details>
|
2022-07-01 00:30:07 +00:00
|
|
|
|