Created
September 20, 2016 13:03
-
-
Save levymoreira/2a12d75ff639e67c3b10910c6a64d09f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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