mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-24 21:03:26 +00:00
Issue #61: Use sudo when removing brew stuff.
This commit is contained in:
parent
f8216c5f2f
commit
3fd3834663
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ before_install:
|
|||
- 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
|
||||
- sudo rm -rf /usr/local/Homebrew
|
||||
- sudo rm -rf /usr/local/Caskroom
|
||||
- sudo rm -rf /usr/local/bin/brew
|
||||
|
||||
install:
|
||||
# Install pip.
|
||||
|
|
Loading…
Reference in a new issue