remove brew
This commit is contained in:
parent
f312ea0601
commit
eb9467d495
2 changed files with 1 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
if [[ $(command -v brew) == "" ]]; then
|
||||
echo "Installing Homebrew"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
/home/linuxbrew/.linuxbrew/bin/brew shellenv >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
else
|
||||
echo "Updating Homebrew"
|
||||
brew update
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue