mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
Updated EGroupware EPL Installation (markdown)
@ -1194,9 +1194,10 @@ vi /etc/apt/apt.conf.d/50unattended-upgrades
|
|||||||
find the Unattended-Upgrade::Allowed-Origins and based on your distro you should add the following line:
|
find the Unattended-Upgrade::Allowed-Origins and based on your distro you should add the following line:
|
||||||
|
|
||||||
```
|
```
|
||||||
"obs\://build.opensuse.org/stylite-epl/xUbuntu_17.10:${distro_codename}";
|
"*stylite-epl*:";
|
||||||
```
|
```
|
||||||
in the above case since our distro was 17.10 we add the xUbuntu_17.10. If you are using other debians like deb 8/9 instead of Unattended-Upgrade::Allowed-Origins you need to look for Unattended-Upgrade::Origins-Pattern and add the following line:
|
|
||||||
|
If you are using other debians like deb 8/9 instead of Unattended-Upgrade::Allowed-Origins you need to look for Unattended-Upgrade::Origins-Pattern and add the following line:
|
||||||
```
|
```
|
||||||
"o=obs://build.opensuse.org/stylite-epl/Debian_8.0,a=";
|
"o=obs://build.opensuse.org/stylite-epl/Debian_8.0,a=";
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user