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