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 fbd9426 commit 45a76fdCopy full SHA for 45a76fd
docs/install/script-install.mdx
@@ -2,19 +2,11 @@
2
3
> tips: 脚本初期可能有些兼容性问题或 bug,欢迎随时反馈问题。
4
5
-## 一次性脚本
6
-
7
-```bash
8
-curl -sSL https://docs.zfile.vip/install.sh | bash
9
-```
10
11
-> 即每次使用脚本都执行这个命令来运行最新版本。不存储脚本文件到你服务器。
12
13
14
## 下载脚本到本地
15
16
```bash
17
-curl -sSL https://docs.zfile.vip/install.sh -o install.sh && ./install.sh
+curl -sSL https://docs.zfile.vip/install.sh -o install.sh && chmod +x install.sh && ./install.sh
18
```
19
20
> 执行此命令将下载脚本到你命令行**当前所在目录**,然后运行脚本,再次使用时只需在相同目录执行 `./install.sh` 即可。
0 commit comments