Created
October 18, 2012 13:15
-
-
Save sixman9/3911752 to your computer and use it in GitHub Desktop.
Install Cinnamon desktop on Ubuntu 12.04 & 12.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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