From 17d1e7e7a4770f03b5a9e6954fa3033e8bf4e196 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 Date: Sun, 30 Oct 2022 11:56:12 +0800 Subject: [PATCH] initial commit --- ReadMe.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ReadMe.md diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000..490267b --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,14 @@ +# The macOS Updater +**Install macOS updates from the TUI.** + +Have you ever wanted to install macOS updates from the command-line, without having to worry too much about syntax? **This is the right place.** + +## Programs +### `default.py` +This one contains everything. It's a work-in-progress, so it is far from complete. + +### `betaEnrollment.py` +betaEnrollment.py allows you to get beta macOS updates, without having to download anything from Apple at all! The thing is, the installer packages that Apple provides only run some Terminal commands which this script has also unpacked. + +## Contributing +Do you wish to contribute? Sure, yes you can! You can create new issues via the issue tracker or create a fork and then do a pull request.