Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 7348d32

Browse files
Update step-by-step-install.md
updated install v2ray version
1 parent 6cc6ceb commit 7348d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

step-by-step-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apt-get update
1313
# 安装必要软件
1414
apt install vim nginx openjdk-8-jre wget unzip -y
1515
# 安装v2ray -来源官网新版
16-
bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
16+
bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 4.33.0
1717

1818
```
1919
- CentOS (据反映有selinux相关的问题)
@@ -25,7 +25,7 @@ yum install epel-release
2525
# 安装必要软件
2626
yum install vim nginx java-1.8.0-openjdk wget unzip -y
2727
# 安装v2ray -来源官网
28-
bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)
28+
bash <(curl -L -s https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) --version 4.33.0
2929
```
3030

3131

0 commit comments

Comments
 (0)