fix: remove response header
showing it will stop showing download progress/size
This commit is contained in:
parent
a500fca678
commit
e1b051b2fc
|
@ -12,7 +12,7 @@ if [ -n "$BASH_VERSION" ]; then
|
|||
shopt -s expand_aliases
|
||||
fi
|
||||
|
||||
alias curl="curl -L -D -"
|
||||
alias curl="curl -L"
|
||||
alias rm="rm -rf"
|
||||
|
||||
## Use GNU grep, busybox grep is not as performant
|
||||
|
|
Loading…
Reference in New Issue