mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Issue #61: Better uninstall steps.
This commit is contained in:
parent
24abee90f9
commit
f8216c5f2f
1 changed files with 3 additions and 4 deletions
|
@ -6,10 +6,9 @@ osx_image: xcode9.3
|
|||
|
||||
before_install:
|
||||
# Uninstall existing Homebrew installation.
|
||||
- curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall
|
||||
- chmod +x uninstall
|
||||
- yes '' | ./uninstall
|
||||
- rm -f uninstall
|
||||
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall
|
||||
- chmod +x ./uninstall
|
||||
- ./uninstall --force
|
||||
- rm -rf /usr/local/Homebrew
|
||||
- rm -rf /usr/local/Caskroom
|
||||
- rm -rf /usr/local/bin/brew
|
||||
|
|
Loading…
Reference in a new issue