Tux-install owncloud at debian 7.0
Aus SpaceOnEarth
Version vom 28. Dezember 2019, 13:21 Uhr von Maintenance script (Diskussion | Beiträge) (DokuwikiExportByHoxel)
Linux_notes_-_install_owncloud_at_debian_7.0
For Debian 7.0 run the following as root:
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:
wget -nv http://download.opensuse.org/repositories/isv:ownCloud:desktop/Debian_7.0/Release.key -O Release.key apt-key add - < Release.key apt-get update
install Client:
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_7.0/ /' > /etc/apt/sources.list.d/owncloud-client.list apt-get update apt-get install owncloud-client\n\n