mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Show progress while downloading install file
This commit is contained in:
parent
5ed1002562
commit
16eef49cbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue