Skip to content

Commit

Permalink
fix: 换源gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmiteko committed Dec 2, 2024
1 parent a4215f1 commit 717d8cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/run_use_docker.md
Original file line number Diff line number Diff line change
@@ -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`文件夹
Expand Down
2 changes: 1 addition & 1 deletion script/docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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文件
Expand Down

0 comments on commit 717d8cf

Please sign in to comment.