mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Issue #61: Answer yes to uninstall confirmation.
This commit is contained in:
parent
5e0919f221
commit
3b802aa4cd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ osx_image: xcode9.3
|
|||
|
||||
before_install:
|
||||
# Uninstall existing brew installation.
|
||||
- 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"'
|
||||
- yes '' | 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"'
|
||||
- rm -rf /usr/local/Homebrew
|
||||
- rm -rf /usr/local/Caskroom
|
||||
- rm -rf /usr/local/bin/brew
|
||||
|
|
Loading…
Reference in a new issue