Skip to content

Commit c8345a7

Browse files
Troraykingfren
andauthored
Feature/v3.sh enhancements (#393)
* 更新 v3.sh 新增交互菜单及全局管理命令 * add v3-en.sh * 更新一键脚本使用说明 更新一键脚本使用说明 * Update usage guide * Update Script Documentation Block * UPDATE GH_PROXY 修改脚本内置GH代理地址 --------- Co-authored-by: Troray <[email protected]>
1 parent 96a05f9 commit c8345a7

File tree

8 files changed

+1195
-166
lines changed

8 files changed

+1195
-166
lines changed
12.4 KB
Loading
21.2 KB
Loading
8.02 KB
Loading
17.3 KB
Loading

docs/.vuepress/public/v3-en.sh

Lines changed: 641 additions & 0 deletions
Large diffs are not rendered by default.

docs/.vuepress/public/v3.sh

Lines changed: 534 additions & 142 deletions
Large diffs are not rendered by default.

docs/guide/install/script.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,17 @@ Only for Linux-x86_64/arm64 platform.
2424

2525
@tab Latest
2626
**Install**
27-
```bash
28-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
29-
```
3027

31-
**Update**
3228
```bash
33-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update
29+
curl -fsSL "https://alist.nn.ci/v3-en.sh" -o v3-en.sh && bash v3-en.sh
3430
```
31+
![v3-install](/img/guide/v3-install-en.png)
32+
33+
**alist-manager**
34+
35+
"Use command: alist or alist-manager"
36+
![alist-manager](/img/guide/alist-manager-en.png)
3537

36-
**Uninstall**
37-
```bash
38-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall
39-
```
4038

4139
@tab Beta
4240
**Install**
@@ -65,11 +63,11 @@ The default installation is in `/opt/alist`. To customize the installation path,
6563
@tab Latest
6664
```bash
6765
# Install
68-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /root
66+
curl -fsSL "https://alist.nn.ci/v3-en.sh" -o v3-en.sh && bash v3-en.sh install /root
6967
# update
70-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /root
68+
curl -fsSL "https://alist.nn.ci/v3-en.sh" -o v3-en.sh && bash v3-en.sh update /root
7169
# Uninstall
72-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /root
70+
curl -fsSL "https://alist.nn.ci/v3-en.sh" -o v3-en.sh && bash v3-en.sh uninstall /root
7371
```
7472

7573
@tab Beta

docs/zh/guide/install/script.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,16 @@ star: true
2727
@tab 正式版
2828
**安装**
2929
```bash
30-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install
30+
curl -fsSL "https://alist.nn.ci/v3.sh" -o v3.sh && bash v3.sh
3131
```
32+
![v3-install](/img/guide/v3-install.png)
33+
34+
**面板管理命令**
35+
36+
使用命令:`alist` 或者 `alist-manager`
37+
![alist-manager](/img/guide/alist-manager.png)
3238

33-
**更新**
34-
```bash
35-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update
36-
```
3739

38-
**卸载**
39-
```bash
40-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall
41-
```
4240

4341
@tab 测试版
4442
**安装**
@@ -67,11 +65,11 @@ curl -fsSL "https://alist.nn.ci/beta.sh" | bash -s uninstall
6765
@tab 正式版
6866
```bash
6967
# Install
70-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /root
68+
curl -fsSL "https://alist.nn.ci/v3.sh" -o v3.sh && bash v3.sh install /root
7169
# update
72-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s update /root
70+
curl -fsSL "https://alist.nn.ci/v3.sh" -o v3.sh && bash v3.sh update /root
7371
# Uninstall
74-
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s uninstall /root
72+
curl -fsSL "https://alist.nn.ci/v3.sh" -o v3.sh && bash v3.sh uninstall /root
7573
```
7674

7775
@tab 测试版

0 commit comments

Comments
 (0)