Skip to content

Commit

Permalink
feat(脚本): 添加英文版本
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-a committed Aug 26, 2021
1 parent 990c0e2 commit fe078d1
Show file tree
Hide file tree
Showing 3 changed files with 4,292 additions and 15 deletions.
15 changes: 1 addition & 14 deletions documents/en/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,8 @@
- Support shortcut start, after installation, shell input [**vasma**] to open the script, script execution path [**/etc/v2ray-agent/install.sh**]

- Latest Version

```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
```

- Stable-v2.2.24

```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/9ae23c13a56460d8c14f27c8eb65efc73b173f46/install.sh" && chmod 700 /root/install.sh && /root/install.sh
```

- Stable-v2.1.27

```
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/3f8ea0aa364ae2e1e407056074c11b448396261f/install.sh" && chmod 700 /root/install.sh && /root/install.sh
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/shell/install_en.sh" && chmod 700 /root/install_en.sh && mv /root/install_en.sh /root/install.sh && /root/install.sh
```

- Example diagram
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4182,7 +4182,7 @@ menu() {
cd "$HOME" || exit
echoContent red "\n=============================================================="
echoContent green "作者:mack-a"
echoContent green "当前版本:v2.5.27"
echoContent green "当前版本:v2.5.28"
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
echoContent green "描述:八合一共存脚本\c"
showInstallStatus
Expand Down
Loading

0 comments on commit fe078d1

Please sign in to comment.