Skip to content

Instantly share code, notes, and snippets.

@vilasmaciel
Last active August 29, 2015 14:11
Show Gist options
  • Save vilasmaciel/d40eb57872bfc1e7156b to your computer and use it in GitHub Desktop.
Save vilasmaciel/d40eb57872bfc1e7156b to your computer and use it in GitHub Desktop.
Install nodejs from nodesource, grunt and bower
#!/bin/sh
sudo apt-get install libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev git ruby -y
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install -y nodejs
sudo npm install -g bower grunt-cli
sudo gem install sass
sudo npm install -g grunt-contrib-sass
@copycut
Copy link

copycut commented Dec 12, 2014

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment