Skip to content

Instantly share code, notes, and snippets.

@abdollar
Created December 7, 2011 21:51
Show Gist options
  • Save abdollar/1444856 to your computer and use it in GitHub Desktop.
Save abdollar/1444856 to your computer and use it in GitHub Desktop.
Install blueprint on ubuntu lucid
echo "deb http://packages.devstructure.com lucid main" | sudo tee /etc/apt/sources.list.d/devstructure.list
sudo wget -O /etc/apt/trusted.gpg.d/devstructure.gpg http://packages.devstructure.com/keyring.gpg
sudo apt-get update
sudo apt-get -y install blueprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment