Skip to content

Instantly share code, notes, and snippets.

@maulvi
Forked from gnanet/owncloud9_deb8_instal.sh
Created January 28, 2017 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maulvi/f179cfd55bd30aaf46161bc716aa1a0b to your computer and use it in GitHub Desktop.
Save maulvi/f179cfd55bd30aaf46161bc716aa1a0b 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