https://github.com/mrsamsonn/macos-quick-install
Co-authored scripts for quick macOS installation
https://github.com/mrsamsonn/macos-quick-install
bash-script macos
Last synced: 3 months ago
JSON representation
Co-authored scripts for quick macOS installation
- Host: GitHub
- URL: https://github.com/mrsamsonn/macos-quick-install
- Owner: mrsamsonn
- Created: 2023-11-30T00:06:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T00:20:27.000Z (over 2 years ago)
- Last Synced: 2025-04-07T12:14:18.807Z (over 1 year ago)
- Topics: bash-script, macos
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOS-quick-install
> Co-authored scripts for quick macOS installation
Issue: macOS installation takes a while (~30min), using asr method, we can speed this process through cloning which takes roughly (~5mins).
Apple Software Restore is capable of cloning multiple drives file-by-file or a whole block of dmg locally or via multicast.
base code:
```
asr restore [source disk] [target disk] [**args method]
```
the following scripts have more arguements for easy usability so users don't have to type out the whole cmd. Additionally, macOS dmgs have to be prepped for this commands to work.