From 1de43644e873a0f4dcba226731adfee4d0acc593 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 11 Jan 2021 18:45:37 +0100 Subject: [PATCH] Add coturn --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 24e8305..0b5967b 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="" +pkg_dependencies="coturn" #================================================= # PERSONAL HELPERS @@ -43,4 +43,4 @@ ynh_detect_arch(){ architecture="unknown" fi echo $architecture -} \ No newline at end of file +}