We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3402859 commit cabb961Copy full SHA for cabb961
README.zh-cn.md
@@ -5,13 +5,13 @@
5
### 【脚本详细更新记录】【[更新日志](./Change_log_zh-cn.md)】
6
### 【安装使用方法】
7
```bash
8
-curl -O https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh && \
+curl -O https://raw.githubusercontent.com/iptsh/system_tools/main/system_tools.sh && \
9
chmod +x ./system_tools.sh && \
10
./system_tools.sh
11
```
12
#### 【或者】
13
14
-wget "https://raw.githubusercontent.com/scarsong/system_tools/main/system_tools.sh?$(date +%s)" \
+wget "https://raw.githubusercontent.com/iptsh/system_tools/main/system_tools.sh?$(date +%s)" \
15
-O system_tools.sh && \
16
chmod +x system_tools.sh && \
17
0 commit comments