From 9fa18464a1f0bda470757dbda4c63031eeb04655 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:35:45 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f3b443..64a8f34 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file