Last active
January 28, 2017 17:59
-
-
Save gnanet/b04a774e0ef3563dbdad39352805e3f9 to your computer and use it in GitHub Desktop.
ownCloud 9 on Debian 8
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
# https://download.owncloud.org/download/repositories/stable/owncloud/ | |
wget -nv https://download.owncloud.org/download/repositories/stable/Debian_8.0/Release.key -O - | apt-key add - | |
echo "deb http://download.owncloud.org/download/repositories/stable/Debian_8.0/ /" >> /etc/apt/sources.list.d/owncloud.list | |
apt-get update | |
apt-get install owncloud |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment