|
|
|
@ -2384,7 +2384,7 @@ update_v2ray() { |
|
|
|
|
} |
|
|
|
|
update_v2ray.sh() { |
|
|
|
|
if [[ $_test ]]; then |
|
|
|
|
local latest_version=$(curl -H 'Cache-Control: no-cache' -s -L "https://raw.githubusercontent.com/233boy/v2ray/test/v2ray.sh" | grep '_version' -m1 | cut -d\" -f2) |
|
|
|
|
local latest_version=$(curl -H 'Cache-Control: no-cache' -s -L "https://raw.githubusercontent.com/TelksBr/v2ray/master/v2ray.sh" | grep '_version' -m1 | cut -d\" -f2) |
|
|
|
|
else |
|
|
|
|
local latest_version=$(curl -H 'Cache-Control: no-cache' -s -L "https://raw.githubusercontent.com/233boy/v2ray/master/v2ray.sh" | grep '_version' -m1 | cut -d\" -f2) |
|
|
|
|
fi |
|
|
|
|