mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Use new homebrew uninstaller - fixes CI failure.
This commit is contained in:
parent
6e9abccb39
commit
ec27201047
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ osx_image: xcode11.3
|
|||
|
||||
before_install:
|
||||
# Uninstall existing Homebrew installation.
|
||||
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall
|
||||
- chmod +x ./uninstall
|
||||
- ./uninstall --force
|
||||
- curl -sLO https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh
|
||||
- chmod +x ./uninstall.sh
|
||||
- ./uninstall.sh --force
|
||||
- sudo rm -rf /usr/local/Homebrew
|
||||
- sudo rm -rf /usr/local/Caskroom
|
||||
- sudo rm -rf /usr/local/bin/brew
|
||||
|
|
Loading…
Reference in a new issue