Skip to content

Instantly share code, notes, and snippets.

@innbitcodes
Created January 8, 2014 18:15
Show Gist options
  • Save innbitcodes/8321528 to your computer and use it in GitHub Desktop.
Save innbitcodes/8321528 to your computer and use it in GitHub Desktop.
Ubuntu SDK installation commands
// Ubuntu 12.04 LTS, 12.10, 13.04 and 13.10
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-sdk
// Ubuntu development release
sudo apt-get update && sudo apt-get install ubuntu-sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment