AngeloAvv / MacRecoveryX

A tool to retrieve a genuine recovery image to recover your Mac.
GNU General Public License v3.0
37 stars 8 forks source link

[Feature Request] Option to download the complete OS Installer App #1

Open chriswayg opened 2 years ago

chriswayg commented 2 years ago

@AngeloAvv, beautifully done app, which works very nicely! - I was hoping, that I could replace tools such as GitHub - corpnewt/gibMacOS: Py2/py3 script that can download macOS components direct from Apple

or the macOS installer script installinstallmacos.py from the Dortania Guide:

mkdir -p ~/macOS-installer && cd ~/macOS-installer && curl https://raw.githubusercontent.com/munki/macadmin-scripts/main/installinstallmacos.py > installinstallmacos.py && sudo python installinstallmacos.py

This script can create disk images containing macOS Installer applications available via Apple's softwareupdate catalogs. From here: GitHub - munki/macadmin-scripts: Scripts of possible interest to macOS admins

Since I have rarely had the need to download recovery images, but regularly need to download the macOS Installer apps, here is my request:

Please add the option to download the complete OS Installer App with your GUI

0Franky commented 1 year ago

Is it possible to add this feature?

Anyway, thank for your contribution. This app is amazing!