Removed Debian 9 special handling, no longer necessary

Ralf Becker 2017-08-10 09:42:24 +02:00
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:_