Update 'README.md'

This commit is contained in:
Jeffrey Paul 2021-09-10 22:35:45 +00:00
parent 5c49c3494b
commit 9fa18464a1
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# osximage
# osx
New deal for Catalina: Imaging is dead. Install a fresh install
New deal for Catalina/Big Sur: Imaging is dead. Install a fresh install
manually, then do the following.
# Manual Steps
@ -8,10 +8,18 @@ manually, then do the following.
Open System Preferences.
* Sharing > Set Hostname
* Security and Privacy > FileVault > Enable
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
* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)`
# Partial Uninstall During Testing
```
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
```