From 80c1f33ced14191671ae5efe06ffdae4de155c81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Sun, 14 Oct 2018 13:08:57 +0200 Subject: [PATCH] linux build needs both src and binary repo Most likely the binyr y repo is alrady there, but to make the instructions work as written, better mention that one too. --- doc/building.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/building.rst b/doc/building.rst index 2c727946ec..8b04c2d4c0 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -50,6 +50,8 @@ repositories`_ to see all the Linux client repos. repo for your Debian or Ubuntu version, like this example for Debian 9 (run as root):: + echo 'deb + http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list echo 'deb-src http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list