mirror of
https://github.com/kxgx/2.13-Ink-screen-clock.git
synced 2026-03-18 07:33:16 +08:00
Update README.md
This commit is contained in:
@@ -79,10 +79,13 @@ sudo apt-get update && sudo apt install -y git && sudo apt-get install -y python
|
||||
```
|
||||
## 使用脚本直接安装
|
||||
```Bash
|
||||
#国内网络环境以及中文语言环境
|
||||
curl -sSL https://gitee.com/xingguangk/2.13-Ink-screen-clock/raw/main/bin/install_CN.sh | bash
|
||||
#国内源
|
||||
curl -sSL https://gitee.com/xingguangk/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash --cn
|
||||
```
|
||||
```Bash
|
||||
#默认源
|
||||
curl -sSL https://github.com/kxgx/2.13-Ink-screen-clock/raw/main/bin/install.sh | bash
|
||||
```
|
||||
|
||||
总体采用局刷方案,程序运行后一直处于程序的获取新数据的过程中,当发现数据变化后即开始自动局刷。
|
||||
|
||||
特别注意:
|
||||
|
||||
Reference in New Issue
Block a user