From 751d405aac29eb75ba39466c48cc7ccc8c2ae853 Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sat, 2 Sep 2023 11:15:44 +0800 Subject: [PATCH] fix: update curl --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 6733482d..e2256550 100644 --- a/update +++ b/update @@ -10,7 +10,7 @@ else fi if [ "${MOVIEPILOT_AUTO_UPDATE}" = "true" ]; then - curl -sL ${CURL_OPTIONS} "https://github.com/jxxghp/MoviePilot/archive/refs/heads/main.zip" | busybox unzip -d /tmp - + curl ${CURL_OPTIONS} "https://github.com/jxxghp/MoviePilot/archive/refs/heads/main.zip" | busybox unzip -d /tmp - if [ $? -eq 0 ]; then mv /tmp/MoviePilot-main /tmp/app echo "后端程序下载成功"