From 53dccdc9ef0b0cfd6f54d6a3101e2c7900309193 Mon Sep 17 00:00:00 2001 From: 233boy Date: Sat, 7 Apr 2018 21:15:27 +0800 Subject: [PATCH] fix github repo issues links --- v2ray.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2ray.sh b/v2ray.sh index 918332e..d864e1a 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -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" @@ -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 @@ -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 }