From 717d8cf2813e80ff353cad7b4ec4c5306157e83a Mon Sep 17 00:00:00 2001 From: shanmite Date: Mon, 2 Dec 2024 17:11:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8D=A2=E6=BA=90gitlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/run_use_docker.md | 2 +- script/docker/init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/run_use_docker.md b/doc/run_use_docker.md index 79f7441b21..2bb79c6dd1 100644 --- a/doc/run_use_docker.md +++ b/doc/run_use_docker.md @@ -1,7 +1,7 @@ 1.初始化 ```bash -curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shanmiteko/LotteryAutoScript/main/script/docker/init.sh | sudo bash +curl -fsSL https://gitlab.com/shanmiteko/LotteryAutoScript/-/raw/main/script/docker/init.sh | sudo bash ``` 进入`lottery`文件夹 diff --git a/script/docker/init.sh b/script/docker/init.sh index a6f1e7848e..d367fe194a 100755 --- a/script/docker/init.sh +++ b/script/docker/init.sh @@ -37,7 +37,7 @@ CONFIG_FILE=my_config.js # docker仓库 DOCKER_REPO=shanmite/lottery_auto_docker # cdn -CDN=https://cdn.staticaly.com/gh/shanmiteko/LotteryAutoScript/main +CDN=https://gitlab.com/shanmiteko/LotteryAutoScript/-/raw/main # env.example.js文件 ENV_EXAMPLE="$CDN/env.example.js" # my_config.example.js文件