Skip to content

Instantly share code, notes, and snippets.

@larsmans
Created October 21, 2013 17:47
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save larsmans/7087956 to your computer and use it in GitHub Desktop.
Save larsmans/7087956 to your computer and use it in GitHub Desktop.
Upgrade Ubuntu 13.04 to Linux Mint 15
# Updated version of Jeff Shaffner's instructions,
# http://jeffshaffner.wordpress.com/2012/09/27/how-to-convert-ubuntu-12-04-to-linux-mint-13/
# Run with "sudo sh ubuntu-to-mint.sh".
set -e
set -x
apt-get update && apt-get --yes upgrade
add-apt-repository "deb http://packages.linuxmint.com/ olivia \
main upstream import backport romeo #Linux Mint 15"
apt-get --quiet update
apt-get --yes --allow-unauthenticated install linuxmint-keyring
apt-get update
apt-get --yes install mint-info-cinnamon mint-meta-cinnamon \
mint-mdm-themes mdm cinnamon-themes deborphan synaptic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment