refactor: 更新脚本和配置文件的下载链接
- 将下载链接从 https://i.sugarscat.cn/ 更改为 https://i.37point2.cn/ - 更新了多个文件中的下载指令,包括 README.md、deploy.sh 和 nginx.conf - 删除了 nginx/note.sugarscat.cn 相关的文件和配置
This commit is contained in:
@@ -16,13 +16,13 @@ Docker 提供了一个自动配置与安装的脚本,支持 Debian、RHEL、SU
|
||||
使用 curl
|
||||
|
||||
```bash
|
||||
curl -fsSL https://i.sugarscat.cn/i/script/raw/main/docker/install.sh | sh
|
||||
curl -fsSL https://i.37point2.cn/i/script/raw/main/docker/install.sh | sh
|
||||
```
|
||||
|
||||
使用 wget
|
||||
|
||||
```bash
|
||||
wget -O- https://i.sugarscat.cn/i/script/raw/main/docker/install.sh | sh
|
||||
wget -O- https://i.37point2.cn/i/script/raw/main/docker/install.sh | sh
|
||||
```
|
||||
|
||||
## Debian/Ubuntu/Raspbian
|
||||
|
||||
Reference in New Issue
Block a user