Skip to content

Instantly share code, notes, and snippets.

@lukearmstrong
Created March 23, 2017 14:51
Show Gist options
  • Save lukearmstrong/2da2123d1e16957e78e102802015bbb3 to your computer and use it in GitHub Desktop.
Save lukearmstrong/2da2123d1e16957e78e102802015bbb3 to your computer and use it in GitHub Desktop.
Install Holland
# Download and Setup Key
wget http://download.opensuse.org/repositories/home:/holland-backup/xUbuntu_14.04/Release.key -O - | sudo apt-key add -
# Add Repo
sudo echo 'deb http://download.opensuse.org/repositories/home:/holland-backup/xUbuntu_14.04/ ./' > /etc/apt/sources.list.d/holland.list
# Install Holland
sudo apt-get update && sudo apt-get install holland-common holland-mysqldump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment