更新 README:将安装命令从 Gitee 迁移到 Gitea
- 更新快速安装命令的 curl 和 wget 地址 - 更新卸载脚本的下载地址 - 在仓库地址中添加 Gitea 为主仓库,Gitee 标记为镜像
This commit is contained in:
@@ -16,17 +16,17 @@
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 方式一:curl
|
# 方式一: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
|
||||||
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
|
```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
|
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(镜像)
|
||||||
|
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user