mirror of
https://github.com/YunoHost-Apps/spip_ynh.git
synced 2024-09-03 20:25:59 +02:00
Suppression de show progress dans le wget
This commit is contained in:
parent
c299f9a6a2
commit
91f0aecc8f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ GENERATE_DB () { # Create a database and a dedicated user in the name of the app
|
|||
|
||||
SETUP_SOURCE () { # Download source, decompress and copu into $final_path
|
||||
# $1 = Nom de l'archive téléchargée.
|
||||
wget -nv --show-progress -i ../sources/source_url -O $1
|
||||
sudo wget -nv -i ../sources/source_url -O $1
|
||||
# Checks the checksum of the downloaded source.
|
||||
# md5sum -c ../sources/source_md5 --status
|
||||
# Decompress source
|
||||
|
|
Loading…
Reference in a new issue