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 56b676c commit 3402859Copy full SHA for 3402859
README.md
@@ -5,13 +5,13 @@
5
### 【Detailed Update Log for the Script】【[Change log](./Change_log.md)】
6
### 【Installation & Usage】
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
#### 【OR】
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