Create setup.sh
This commit is contained in:
10
install-scripts/setup.sh
Normal file
10
install-scripts/setup.sh
Normal 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
|
||||
Reference in New Issue
Block a user