Skip to content

Commit

Permalink
fix github repo issues links
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Apr 7, 2018
1 parent 22c30d7 commit 53dccdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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="v1.66"
_version="v1.67"

cmd="apt-get"

Expand Down Expand Up @@ -2769,7 +2769,7 @@ uninstall_v2ray() {
echo
echo "如果你觉得这个脚本有哪些地方不够好的话...请告诉我"
echo
echo "反馈问题: https://github.com/233boy/v2ray/issus"
echo "反馈问题: https://github.com/233boy/v2ray/issues"
echo

elif [[ $is_uninstall_v2ray ]]; then
Expand Down Expand Up @@ -2813,7 +2813,7 @@ uninstall_v2ray() {
echo
echo "如果你觉得这个脚本有哪些地方不够好的话...请告诉我"
echo
echo "反馈问题: https://github.com/233boy/v2ray/issus"
echo "反馈问题: https://github.com/233boy/v2ray/issues"
echo
fi
}
Expand Down

0 comments on commit 53dccdc

Please sign in to comment.