Skip to content

Instantly share code, notes, and snippets.

@gnanet
Last active January 28, 2017 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gnanet/b04a774e0ef3563dbdad39352805e3f9 to your computer and use it in GitHub Desktop.
Save gnanet/b04a774e0ef3563dbdad39352805e3f9 to your computer and use it in GitHub Desktop.
ownCloud 9 on Debian 8
# 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