Skip to content

Commit

Permalink
update link
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Jan 21, 2019
1 parent 077ef7f commit 1778651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2ray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1

_version="v3.04"
_version="v3.05"

cmd="apt-get"

Expand Down Expand Up @@ -2941,7 +2941,7 @@ reinstall)
if [[ $is_uninstall_v2ray ]]; then
cd
cd - >/dev/null 2>&1
bash <(curl -s -L https://233blog.com/v2ray.sh)
bash <(curl -s -L https://git.io/v2ray.sh)
fi
;;
[aA][Ii] | [Dd])
Expand Down

0 comments on commit 1778651

Please sign in to comment.