Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit fbd4ccf

Browse files
committed
v2ray v4.32.1
1 parent 645f90d commit fbd4ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2gun.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ get_v2ray() {
328328
colorEcho ${BLUE} "V2Ray is not installed. start installation"
329329

330330
colorEcho ${BLUE} "Getting the latest version of v2ray-core"
331-
local latest_version="$(curl -s "https://api.github.com/repos/v2fly/v2ray-core/releases/latest" | jq '.tag_name' --raw-output)"
331+
#local latest_version="$(curl -s "https://api.github.com/repos/v2fly/v2ray-core/releases/latest" | jq '.tag_name' --raw-output)"
332+
local latest_version="v4.32.1"
332333
echo "${latest_version}"
333334
local v2ray_link="https://github.com/v2fly/v2ray-core/releases/download/${latest_version}/v2ray-linux-${V2_MACHINE}.zip"
334335

0 commit comments

Comments
 (0)