Skip to content

Instantly share code, notes, and snippets.

@cpard
Last active August 29, 2015 14:00
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 cpard/4582e796a916b7a18e5d to your computer and use it in GitHub Desktop.
Save cpard/4582e796a916b7a18e5d to your computer and use it in GitHub Desktop.
Adding the MariaDB Galera Repository
apt-get install software-properties-common python-software-properties
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
sudo add-apt-repository 'deb http://mirror.klaus-uwe.me/mariadb/repo/5.5/ubuntu saucy main'
apt-get update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment