Created
March 23, 2017 14:51
-
-
Save lukearmstrong/2da2123d1e16957e78e102802015bbb3 to your computer and use it in GitHub Desktop.
Install Holland
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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