fix: 换源gitlab
Some checks failed
Mirror and run GitLab CI / build (push) Has been cancelled

This commit is contained in:
shanmite 2024-12-02 17:11:50 +08:00
parent a4215f1881
commit 717d8cf281
2 changed files with 2 additions and 2 deletions

View File

@ -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`文件夹

View File

@ -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文件