From bb5e0f98c26e5c5fddbc373a60d37a009046d94f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Mon, 3 Nov 2025 11:57:10 +0800 Subject: [PATCH] Update service file download paths in script.sh (#10843) --- ci/script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 201e63a36..4fabc41ef 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -17,11 +17,11 @@ download_resources() { fi if [ ! -f "1panel-core.service" ]; then - wget https://github.com/1Panel-dev/installer/raw/v2/1panel-core.service + wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-core.service fi if [ ! -f "1panel-agent.service" ]; then - wget https://github.com/1Panel-dev/installer/raw/v2/1panel-agent.service + wget https://github.com/1Panel-dev/installer/raw/v2/initscript/1panel-agent.service fi if [ ! -d "lang" ]; then @@ -68,4 +68,4 @@ if [ "$1" = "compress_binary" ]; then compress_binary "$2" "$3" else download_resources -fi \ No newline at end of file +fi