From c4966d36844873a67a97a641d91f4837a1fc3300 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Sat, 27 Jun 2015 02:13:40 +0200 Subject: [PATCH] Don't use -nv option of wget --- vps2arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vps2arch b/vps2arch index f443f92..00b5b02 100755 --- a/vps2arch +++ b/vps2arch @@ -21,7 +21,7 @@ set -e # Gathering informations about actual environment. if which wget >/dev/null 2>&1; then - alias download='wget -nv -O-' + alias download='wget -O-' elif which curl >/dev/null 2>&1; then alias download='curl -fL' else