Created
January 5, 2017 11:43
-
-
Save SRJ9/ef789df7bff9ead3141df14e5e0b07b0 to your computer and use it in GitHub Desktop.
install sass
This file contains 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
#!/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