From 962ccb3d6e8ed1ba355709c12918c7ad7968ef0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Fri, 15 May 2020 12:18:37 +0200 Subject: [PATCH] Extend __coturn to devuan and ubuntu --- type/__coturn/manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/type/__coturn/manifest b/type/__coturn/manifest index 2b27315..9d5e7de 100755 --- a/type/__coturn/manifest +++ b/type/__coturn/manifest @@ -21,7 +21,7 @@ os=$(cat "$__global/explorer/os") case "$os" in - debian) + debian|devuan|ubuntu) __package coturn coturn_config='/etc/turnserver.conf' ;;