Modified the installation execution logic to implement semi-automatic installation

Failed to connect to raw.githubusercontent.com port: 443

1. The clone file

Git clone github.com/AloneMonkey…

Git clone -b 3.x github.com/AloneMonkey…

2. Run MonkeyDev/bin/md-install to install it.

sudo MonkeyDev/bin/md-install

3. Manually copy the frida-ios-dump/dump.py and frida-ios-dump/dump.js files, paste them to opt/MonkeyDev/bin, and grant permissions to them

chmod +x /opt/MonkeyDev/bin/dump.py

4. Use Xcode to open the MonkeyDev/bin/md-install execution file, comment out the downloaded code, and save the file.

Download some basic files and template files

# downloadGithubTarball “codeload.github.com/AloneMonkey…” “$MonkeyDevPath” “MonkeyDev base”

# downloadGithubTarball “codeload.github.com/AloneMonkey…” “$MonkeyDevPath/templates” “Xcode templates”

# # download frida – ios – dump

#echo “Downloading frida-ios-dump from Github…”

# downloadFile “raw.githubusercontent.com/AloneMonkey…” “$MonkeyDevPath/bin/dump.py”

# downloadFile “raw.githubusercontent.com/AloneMonkey…” “$MonkeyDevPath/bin/dump.js”

5. Run MonkeyDev/bin/md-install again to complete the installation.