From 24991364c1a78f94aad44efe00b6c0f6b9846853 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 12 Feb 2018 15:37:29 +0100 Subject: [PATCH] Updated EGroupware EPL Installation (markdown) --- EGroupware-EPL-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EGroupware-EPL-Installation.md b/EGroupware-EPL-Installation.md index d81438f..002c38f 100644 --- a/EGroupware-EPL-Installation.md +++ b/EGroupware-EPL-Installation.md @@ -1194,7 +1194,7 @@ 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: ``` -"obs\://build.opensuse.org/stylite-epl/xUbuntu_17.10:"; +"obs\://build.opensuse.org/stylite-epl/xUbuntu_17.10:${distro_codename}"; ``` 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: ```