osx/README.md

18 lines
440 B
Markdown
Raw Normal View History

2016-09-30 21:47:50 +00:00
# osximage
2019-11-27 04:28:59 +00:00
New deal for Catalina: Imaging is dead. Install a fresh install
manually, then do the following.
2016-09-30 21:47:50 +00:00
2019-11-27 04:28:59 +00:00
# Manual Steps
2019-11-27 04:28:59 +00:00
Open System Preferences.
2019-11-27 04:28:59 +00:00
* Sharing > Set Hostname
2019-11-27 04:28:59 +00:00
Open a terminal and run the following:
* `chsh -s /bin/bash` and enter password
* `sudo xcodebuild -license accept` and click ok/install on developer tools
installer popup window
2020-02-19 23:24:56 +00:00
* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)`