From 0be45b6a55e22b6771b268251c14fceed1fb6b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=B4=BA?= Date: Tue, 10 Jun 2025 17:18:51 +0800 Subject: [PATCH] Modify the install script --- ci/script.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index 501d63f0a..a080feee6 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -6,15 +6,15 @@ command -v wget >/dev/null || { } if [ ! -f "1pctl" ]; then - wget https://github.com/1Panel-dev/installer/raw/main/1pctl + wget https://github.com/1Panel-dev/installer/raw/dev/1pctl fi if [ ! -f "1panel.service" ]; then - wget https://github.com/1Panel-dev/installer/raw/main/1panel.service + wget https://github.com/1Panel-dev/installer/raw/dev/1panel.service fi if [ ! -f "install.sh" ]; then - wget https://github.com/1Panel-dev/installer/raw/main/install.sh + wget https://github.com/1Panel-dev/installer/raw/dev/install.sh fi if [ ! -f "GeoIP.mmdb" ]; then