Skip to content

Instantly share code, notes, and snippets.

@sholloway
Created May 26, 2012 14:51
Show Gist options
  • Save sholloway/2794200 to your computer and use it in GitHub Desktop.
Save sholloway/2794200 to your computer and use it in GitHub Desktop.
Install Maven 3 from a deb on Ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository "deb http://build.discursive.com/apt/ lucid main"
sudo apt-get update
sudo apt-get install maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment