Issue #61: More robust homebrew installation.
This commit is contained in:
parent
3b802aa4cd
commit
24abee90f9
@ -5,8 +5,11 @@ language: objective-c
|
|||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Uninstall existing brew installation.
|
# Uninstall existing Homebrew installation.
|
||||||
- yes '' | 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"'
|
- curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall
|
||||||
|
- chmod +x uninstall
|
||||||
|
- yes '' | ./uninstall
|
||||||
|
- rm -f uninstall
|
||||||
- rm -rf /usr/local/Homebrew
|
- rm -rf /usr/local/Homebrew
|
||||||
- rm -rf /usr/local/Caskroom
|
- rm -rf /usr/local/Caskroom
|
||||||
- rm -rf /usr/local/bin/brew
|
- rm -rf /usr/local/bin/brew
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user