mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
[enh] wget, please be quiet.
This commit is contained in:
parent
b3038fb76a
commit
818cc77130
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ fi
|
|||
path=${path%/}
|
||||
|
||||
# Retrieve sources
|
||||
wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
|
||||
wget -nv -q -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
|
||||
|
||||
# Copy files to the right place
|
||||
final_path=/var/www/jappix
|
||||
|
|
|
@ -21,7 +21,7 @@ fi
|
|||
path=${path%/}
|
||||
|
||||
# Retrieve sources
|
||||
wget -nv -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
|
||||
wget -nv -q -O jappix.tar.gz https://github.com/jappix/jappix/archive/${VERSION}.tar.gz
|
||||
|
||||
# Copy files to the right place
|
||||
final_path=/var/www/jappix
|
||||
|
|
Loading…
Add table
Reference in a new issue