Skip to content

Instantly share code, notes, and snippets.

@levymoreira
Created September 20, 2016 13:03
Show Gist options
  • Save levymoreira/2a12d75ff639e67c3b10910c6a64d09f to your computer and use it in GitHub Desktop.
Save levymoreira/2a12d75ff639e67c3b10910c6a64d09f to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections
sudo apt-get install -y oracle-java8-set-default
sudo apt-get install -y curl
sudo apt-get install -y git
sudo apt-get install -y zip
sudo apt-get install -y libfontconfig
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
sudo apt-get install -y npm
sudo npm install -g grunt-cli
sudo npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment