Skip to content

Instantly share code, notes, and snippets.

@SRJ9
Created January 5, 2017 11:43
Show Gist options
  • Save SRJ9/ef789df7bff9ead3141df14e5e0b07b0 to your computer and use it in GitHub Desktop.
Save SRJ9/ef789df7bff9ead3141df14e5e0b07b0 to your computer and use it in GitHub Desktop.
install sass
#!/bin/bash
# https://www.digitalocean.com/community/tutorials/how-to-set-up-sass-on-your-vps-running-on-ubuntu
sudo apt-get update
sudo apt-get install ruby-full rubygems
sudo gem install sass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment