✨ add sudo apt prereqs for brew
This commit is contained in:
parent
5f9fa815c3
commit
adfba80d3e
1 changed files with 1 additions and 0 deletions
1
makefile
1
makefile
|
|
@ -21,6 +21,7 @@ setup_git:
|
|||
git config --global pull.rebase false
|
||||
|
||||
setup_brew:
|
||||
sudo apt-get -y install build-essential procps curl file git
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
test -d ~/.linuxbrew && eval "$(~/.linuxbrew/bin/brew shellenv)"
|
||||
test -d /home/linuxbrew/.linuxbrew && eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue