Don't use -nv option of wget
This commit is contained in:
parent
a3f1a249db
commit
c4966d3684
1 changed files with 1 additions and 1 deletions
2
vps2arch
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue