Skip to content

Instantly share code, notes, and snippets.

@robwilkerson
Created May 22, 2013 15:11
Show Gist options
  • Save robwilkerson/5628336 to your computer and use it in GitHub Desktop.
Save robwilkerson/5628336 to your computer and use it in GitHub Desktop.
Scripted install of Compass. Tested in a Vagrant shell provisioner for a Ubuntu 12.04 VM.
echo -n "Installing compass (http://compass-style.org)..."
apt-get update -qq -y
apt-get install ruby1.9.1 -qq -y > /dev/null
gem install rubygems-update > /dev/null
update_rubygems > /dev/null
gem install compass > /dev/null
echo "complete."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment