mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
wget -q
This commit is contained in:
parent
5c1898710c
commit
cfae021f49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue