From 75a87e8b024b16a057bd9422c590752096e52829 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Wed, 25 Sep 2019 13:56:28 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fcfa442..a816398 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -171,5 +171,6 @@ check_proc_zabbixagent(){ install_zabbix_repo(){ ynh_add_extra_apt_repos__3_path=$(find /var/cache/yunohost/ /etc/yunohost/apps/zabbix/ -name "ynh_add_extra_apt_repos__3" | tail -n 1) source "$ynh_add_extra_apt_repos__3_path" - ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/4.2/debian $(lsb_release -sc) main" --key=https://repo.zabbix.com/zabbix-official-repo.key --priority=999 --name=zabbix + ynh_install_extra_repo --repo="http://repo.zabbix.com/zabbix/4.2/debian $(lsb_release -sc) main" --key=https://repo.zabbix.com/zabbix-official-repo.key --priority=999 --name=zabbix + ynh_package_install zabbix-release } \ No newline at end of file