Skip to content

Instantly share code, notes, and snippets.

@sixman9
Created October 18, 2012 13:15
Show Gist options
  • Save sixman9/3911752 to your computer and use it in GitHub Desktop.
Save sixman9/3911752 to your computer and use it in GitHub Desktop.
Install Cinnamon desktop on Ubuntu 12.04 & 12.10
#!/bin/bash
#Cinnamon 1.6 Released: Install it on Ubuntu 12.04 & 12.10
#Found at http://handytutorial.com/cinnamon-1-6-released-install-ubuntu-12-04-12-10/ and mny other places ;-)
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment