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

Update install with install_zabbix_repo function

This commit is contained in:
Mickael-Martin 2019-07-05 13:30:55 +02:00
parent b0166a2b23
commit 0c0a4f3ac7

View file

@ -99,9 +99,7 @@ ynh_print_info "Remove Zabbix if already installed"
apt purge zabbix* -y apt purge zabbix* -y
ynh_print_info "Install Zabbix repository" ynh_print_info "Install Zabbix repository"
ynh_add_extra_apt_repos__3_path=$(find /var/cache/yunohost/ -name "ynh_add_extra_apt_repos__3") install_zabbix_repo
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_print_info "Update and install dependencies" ynh_print_info "Update and install dependencies"
#ynh_package_update no need cause ynh_install_app_dependencies after #ynh_package_update no need cause ynh_install_app_dependencies after