Skip to content

Commit cabb961

Browse files
authored
Update README.zh-cn.md
1 parent 3402859 commit cabb961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
### 【脚本详细更新记录】【[更新日志](./Change_log_zh-cn.md)
66
### 【安装使用方法】
77
```bash
8-
curl -O https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh && \
8+
curl -O https://raw.githubusercontent.com/iptsh/system_tools/main/system_tools.sh && \
99
chmod +x ./system_tools.sh && \
1010
./system_tools.sh
1111
```
1212
#### 【或者】
1313
```bash
14-
wget "https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh?$(date +%s)" \
14+
wget "https://raw.githubusercontent.com/iptsh/system_tools/main/system_tools.sh?$(date +%s)" \
1515
-O system_tools.sh && \
1616
chmod +x system_tools.sh && \
1717
./system_tools.sh

0 commit comments

Comments
 (0)