fix: remove response header

showing it will stop showing download progress/size
This commit is contained in:
MDLeom 2025-03-08 00:07:04 +00:00
parent a500fca678
commit e1b051b2fc
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -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