Issue #61: Better uninstall steps.
This commit is contained in:
parent
24abee90f9
commit
f8216c5f2f
@ -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…
x
Reference in New Issue
Block a user