Projekt

Allgemein

Profil

Repo owncloud-desktop » Historie » Version 1

Jeremias Keihsler, 12.01.2017 11:19

1 1 Jeremias Keihsler
h1. Install owncloud-desktop repository
2
3
h2. preliminary note
4
5
the owncloud-desktop repo contains the latest version of owncloud and is updated frequently.
6
7
h2. Download owncloud repo-file
8
9
<pre><code class="bash">
10
cd /etc/yum.repos.d/
11
wget http://download.opensuse.org/repositories/isv:ownCloud:desktop/CentOS_7/isv:ownCloud:desktop.repo
12
</code></pre>
13
14
h2. Test
15
16
the listing of available repositories should now include @owncloud@
17
<pre><code class="bash">
18
yum repolist
19
</code></pre>