Skip to content

Instantly share code, notes, and snippets.

@fstamour
Created May 6, 2014 16:41
Show Gist options
  • Save fstamour/037003ac8c3c6ffa743f to your computer and use it in GitHub Desktop.
Save fstamour/037003ac8c3c6ffa743f to your computer and use it in GitHub Desktop.
ditch-unity.sh - For ubuntu 12.04
# For ubuntu 12.04
# Remove unity
sudo apt-get remove --purge unity unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-5.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator7 indicator-application indicator-datetime indicator-messages libnux-2.0-0 nux-tools libunity-misc4 unity-2d-common
# Install gnome-shell
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gnome-shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment