mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
More README updates
This commit is contained in:
parent
a2bd157a47
commit
9d43e0c3b0
@ -3,7 +3,9 @@
|
|||||||
Some scripts that might be of use to macOS admins. Might be related to Munki;
|
Some scripts that might be of use to macOS admins. Might be related to Munki;
|
||||||
might not.
|
might not.
|
||||||
|
|
||||||
These are only supported using Apple's Python on macOS. There is no support for running these on Windows or Linux.
|
These are currently only supported using Apple's Python on macOS. There is no support for running these on Windows or Linux.
|
||||||
|
|
||||||
|
In macOS 12.3, Apple will be removing its Python 2.7 install. You'll need to provide your own Python to use these scripts. You may also need to install additional Python modules.
|
||||||
|
|
||||||
#### getmacosipsws.py
|
#### getmacosipsws.py
|
||||||
|
|
||||||
@ -13,7 +15,7 @@ Quick-and-dirty tool to download the macOS IPSW files currently advertised by Ap
|
|||||||
|
|
||||||
This script can create disk images containing macOS Installer applications available via Apple's softwareupdate catalogs.
|
This script can create disk images containing macOS Installer applications available via Apple's softwareupdate catalogs.
|
||||||
|
|
||||||
Run `./installinstallmacos.py --help` to see the available options.
|
Run `python ./installinstallmacos.py --help` to see the available options.
|
||||||
|
|
||||||
The tool assembles "Install macOS" applications by downloading the packages from Apple's softwareupdate servers and then installing them into a new empty disk image.
|
The tool assembles "Install macOS" applications by downloading the packages from Apple's softwareupdate servers and then installing them into a new empty disk image.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user