We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077ef7f commit 1778651Copy full SHA for 1778651
1 file changed
v2ray.sh
@@ -10,7 +10,7 @@ none='\e[0m'
10
# Root
11
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
12
13
-_version="v3.04"
+_version="v3.05"
14
15
cmd="apt-get"
16
@@ -2941,7 +2941,7 @@ reinstall)
2941
if [[ $is_uninstall_v2ray ]]; then
2942
cd
2943
cd - >/dev/null 2>&1
2944
- bash <(curl -s -L https://233blog.com/v2ray.sh)
+ bash <(curl -s -L https://git.io/v2ray.sh)
2945
fi
2946
;;
2947
[aA][Ii] | [Dd])
0 commit comments