From 818cc77130dea448394ba4df92079d6a9c77fa06 Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 4 May 2016 13:43:23 +0200 Subject: [PATCH] [enh] wget, please be quiet. --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 78433a2..f4a41be 100644 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index c25c125..5c4edaa 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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