1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00
This commit is contained in:
Mickael-Martin 2019-03-29 13:57:58 +01:00
parent 5c1898710c
commit cfae021f49

View file

@ -53,7 +53,7 @@ nonfree=$(ynh_app_setting_get $app nonfree)
ynh_print_info "Install Zabbix repository" ynh_print_info "Install Zabbix repository"
wget "https://repo.zabbix.com/zabbix/4.0/debian/pool/main/z/zabbix-release/zabbix-release_4.0-2+stretch_all.deb" wget -q "https://repo.zabbix.com/zabbix/4.0/debian/pool/main/z/zabbix-release/zabbix-release_4.0-2+stretch_all.deb"
dpkg -i zabbix-release_*.deb dpkg -i zabbix-release_*.deb
rm zabbix-release_*.deb rm zabbix-release_*.deb