Create setup.sh

This commit is contained in:
2019-06-20 23:40:55 +01:00
committed by GitHub
parent 2311e507c1
commit 5af70e4d01

10
install-scripts/setup.sh Normal file
View File

@@ -0,0 +1,10 @@
# apt
sudo apt-get update
sudo apt-get upgrade -y
# brew
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
echo 'eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)' >>~/.profile
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
sudo apt-get install build-essential
brew install gcc