fix: 更新脚本下载链接至新的路径
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
2. 下载 `.env` 文件
|
||||
|
||||
```bash
|
||||
curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/docker/docker-compose/frps/.env > .env
|
||||
curl -fsSL https://git.sugarscat.cn/me/script/-/raw/main/docker/docker-compose/frps/.env > .env
|
||||
```
|
||||
|
||||
3. 下载 docker-compose.yml
|
||||
|
||||
```bash
|
||||
curl -fsSL https://git.sugarscat.cn/me/bash/-/raw/main/docker/docker-compose/frps/docker-compose.yml > docker-compose.yml
|
||||
curl -fsSL https://git.sugarscat.cn/me/script/-/raw/main/docker/docker-compose/frps/docker-compose.yml > docker-compose.yml
|
||||
```
|
||||
|
||||
## docker-compose 部署
|
||||
|
||||
Reference in New Issue
Block a user