2021-09-10 22:35:45 +00:00
|
|
|
# osx
|
2016-09-30 21:47:50 +00:00
|
|
|
|
2021-09-10 22:35:45 +00:00
|
|
|
New deal for Catalina/Big Sur: Imaging is dead. Install a fresh install
|
2019-11-27 04:28:59 +00:00
|
|
|
manually, then do the following.
|
2016-09-30 21:47:50 +00:00
|
|
|
|
2021-09-10 22:38:43 +00:00
|
|
|
# Manual Prerequisite Steps
|
2016-10-07 19:08:06 +00:00
|
|
|
|
2019-11-27 04:28:59 +00:00
|
|
|
Open System Preferences.
|
2016-10-07 19:08:06 +00:00
|
|
|
|
2019-11-27 04:28:59 +00:00
|
|
|
* Sharing > Set Hostname
|
2021-09-10 22:35:45 +00:00
|
|
|
* Security and Privacy > FileVault > Enable
|
2016-10-07 19:08:06 +00:00
|
|
|
|
2019-11-27 04:28:59 +00:00
|
|
|
Open a terminal and run the following:
|
2016-10-07 19:08:06 +00:00
|
|
|
|
2019-11-27 04:29:28 +00:00
|
|
|
* `chsh -s /bin/bash` and enter password
|
|
|
|
* `sudo xcodebuild -license accept` and click ok/install on developer tools
|
|
|
|
installer popup window
|
2021-11-02 01:06:10 +00:00
|
|
|
* `sudo xcode-select --install`
|
2021-09-10 22:38:43 +00:00
|
|
|
# The Install
|
2021-09-10 22:35:45 +00:00
|
|
|
|
2021-09-10 22:39:02 +00:00
|
|
|
```bash
|
2021-09-10 22:38:43 +00:00
|
|
|
bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)
|
|
|
|
```
|
2021-09-10 22:35:45 +00:00
|
|
|
|
2021-09-10 22:38:43 +00:00
|
|
|
# Uninstall (not 100%, only for dev)
|
2021-09-10 22:39:02 +00:00
|
|
|
```bash
|
2021-09-10 22:35:45 +00:00
|
|
|
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
|
|
|
|
```
|