From cfae021f4920bdc879e14733e3fcd98ae5318b89 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 13:57:58 +0100 Subject: [PATCH] wget -q --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 8fa4471..0e41db4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -53,7 +53,7 @@ nonfree=$(ynh_app_setting_get $app nonfree) 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 rm zabbix-release_*.deb