mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:37 +01:00
Removed Debian 9 special handling, no longer necessary
parent
bf366c0884
commit
bde0572bb5
@ -690,12 +690,7 @@ deb http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/ ./
|
||||
Replace USER and PASSWORD with your EPL software repository credentials and VERSION with your Debian version, e.g:
|
||||
|
||||
<pre># EGroupware EPL repository
|
||||
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_8.0/ ./
|
||||
</pre>
|
||||
|
||||
For Debian 9.0 only:
|
||||
<pre># EGroupware EPL repository
|
||||
deb [trusted=yes] http://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./
|
||||
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./
|
||||
</pre>
|
||||
|
||||
Save the file.
|
||||
@ -704,7 +699,7 @@ _Step 2:_
|
||||
|
||||
Import the download PGP keys with following command (replace USER and PASSWORD with your EPL software repository credentials):
|
||||
|
||||
<pre>wget -O - http://USER:PASSWORD@download.egroupware.org/build%40stylite.de | apt-key add -
|
||||
<pre>wget -O - http://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
|
||||
</pre>
|
||||
|
||||
_Step 3:_
|
||||
|
Loading…
Reference in New Issue
Block a user