From e1b051b2fc4755538516988626e60d85cb513470 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sat, 8 Mar 2025 00:07:04 +0000 Subject: [PATCH] fix: remove response header showing it will stop showing download progress/size --- src/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.sh b/src/script.sh index cc0ea5bc..f21beb98 100644 --- a/src/script.sh +++ b/src/script.sh @@ -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