-
-
Save maulvi/f179cfd55bd30aaf46161bc716aa1a0b 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