Update 'README.md'
This commit is contained in:
parent
b285f38663
commit
07ba7eacb6
|
@ -3,7 +3,7 @@
|
||||||
New deal for Catalina/Big Sur: 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.
|
manually, then do the following.
|
||||||
|
|
||||||
# Manual Steps
|
# Manual Prerequisite Steps
|
||||||
|
|
||||||
Open System Preferences.
|
Open System Preferences.
|
||||||
|
|
||||||
|
@ -16,10 +16,13 @@ Open a terminal and run the following:
|
||||||
* `sudo xcodebuild -license accept` and click ok/install on developer tools
|
* `sudo xcodebuild -license accept` and click ok/install on developer tools
|
||||||
installer popup window
|
installer popup window
|
||||||
|
|
||||||
* `bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)`
|
# The Install
|
||||||
|
|
||||||
# Partial Uninstall During Testing
|
```
|
||||||
|
bash <(curl -s https://git.eeqj.de/sneak/osx/raw/branch/master/install.sh)
|
||||||
|
```
|
||||||
|
|
||||||
|
# Uninstall (not 100%, only for dev)
|
||||||
```
|
```
|
||||||
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
|
rm -rfv ~/.profile ~/.bashrc ~/Library/Homebrew ~/Library/bashrc.d ~/Library/profile.d ~/Library/user-setup $TMPDIR/osx
|
||||||
```
|
```
|
Loading…
Reference in New Issue