Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created October 19, 2010 20:37
Show Gist options
  • Save j1n6/635053 to your computer and use it in GitHub Desktop.
Save j1n6/635053 to your computer and use it in GitHub Desktop.
#!/bin/sh
#sudo gem install compass
# This will generate the following error:
# ERROR: While executing gem ... (Gem::RemoteSourceException)
# HTTP Response 302 fetching http://gems.rubyforge.org/yaml
sudo gem install rubygems-update --source http://production.s3.rubygems.org/
sudo gem update --system --source http://production.s3.rubygems.org/
sudo gem install compass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment