From 72454a47d41e30ebb8701776a8111e03da6ccac8 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Thu, 10 Oct 2019 13:32:53 +0200 Subject: [PATCH] remove install release --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 50263d8..37c9763 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -172,5 +172,4 @@ 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.4/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