Skip to content

Instantly share code, notes, and snippets.

@tarranjones
Created October 17, 2016 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarranjones/0478dc6fb9fc882c6f84bece44ed6f4a to your computer and use it in GitHub Desktop.
Save tarranjones/0478dc6fb9fc882c6f84bece44ed6f4a to your computer and use it in GitHub Desktop.
switch linux desktop
old='ubuntu-desktop'
new='elementary-desktop'
repo='ppa:elementary-os/stable'
sudo add-apt-repository $repo --yes --update
sudo apt remove $old
sudo apt install $new
sudo apt autoremove
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment