From 16eef49cbe161f4009d4aa51accef529070bb469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sat, 26 Jan 2019 15:11:20 +0100 Subject: [PATCH] Show progress while downloading install file --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d6ee48c..cf6491a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -152,7 +152,7 @@ setup_source() { if test -e "$local_src"; then # Use the local source file if it is present cp $local_src $src_filename else # If not, download the source - local out=$(wget -nv -O $src_filename $src_url 2>&1) || ynh_print_err $out + ynh_print_info $(wget -q --show-progress -O $src_filename $src_url) fi # Check the control sum