更新 README:将安装命令从 Gitee 迁移到 Gitea

- 更新快速安装命令的 curl 和 wget 地址
- 更新卸载脚本的下载地址
- 在仓库地址中添加 Gitea 为主仓库,Gitee 标记为镜像
This commit is contained in:
2025-12-10 22:56:51 +08:00
parent 4c8e51e836
commit 0878c71b5a

View File

@@ -16,17 +16,17 @@
```bash
# 方式一curl
curl -fsSL https://gitee.com/yu-yon/S905L3A/raw/master/setup_cups.sh | bash
curl -fsSL https://git.workyai.cn/237899745/S905L3A/raw/branch/master/setup_cups.sh | bash
# 方式二wget
wget -qO- https://gitee.com/yu-yon/S905L3A/raw/master/setup_cups.sh | bash
wget -qO- https://git.workyai.cn/237899745/S905L3A/raw/branch/master/setup_cups.sh | bash
```
## 卸载
```bash
# 下载脚本
wget -O setup_cups.sh https://gitee.com/yu-yon/S905L3A/raw/master/setup_cups.sh
wget -O setup_cups.sh https://git.workyai.cn/237899745/S905L3A/raw/branch/master/setup_cups.sh
chmod +x setup_cups.sh
# 执行卸载
@@ -124,7 +124,8 @@ lpinfo -v | grep usb
## 仓库地址
- Gitee: https://gitee.com/yu-yon/S905L3A
- Gitea: https://git.workyai.cn/237899745/S905L3A
- Gitee: https://gitee.com/yu-yon/S905L3A镜像
## 更新日志