This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ------------------------------------------------------------------ | |
| # mac-decom-prep — tears down Tailscale + openclaw so a Mac can be | |
| # factory-reset cleanly. Assumes iCloud is NOT signed in (otherwise | |
| # sign out first to avoid Activation Lock). | |
| # | |
| # ONE-SHOT USAGE (copy/paste into a zsh terminal): | |
| # curl -fsSL https://gist.githubusercontent.com/rmtbb/4dcaf60b8735b3cb16665bfd9bc8b7b7/raw/mac-decom-prep.sh | sudo bash | |
| # | |
| # Short URL for this gist: https://tinyurl.com/macwipe-openclaw |
OlderNewer