1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

Update ynh_install_extra_repo

This commit is contained in:
Mickael-Martin 2019-07-05 13:29:02 +02:00
parent 92d9310593
commit 2d080ae3c2

View file

@ -116,7 +116,7 @@ if [ "$(dpkg -l zabbix-release 2>/dev/null | wc -l)" -ne 0 ];then
DEBIAN_FRONTEND=noninteractive apt purge zabbix-release -y
ynh_add_extra_apt_repos__3_path=$(find /var/cache/yunohost/ -name "ynh_add_extra_apt_repos__3")
source "$ynh_add_extra_apt_repos__3_path"
ynh_install_extra_repo --repo=http://repo.zabbix.com/zabbix/4.2/debian --key=https://repo.zabbix.com/zabbix-official-repo.key --priority=999
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
fi
#=================================================