author name

pull/171/head
233boy 6 years ago
parent 21627061c3
commit 57fe6e6914
  1. 7
      install.sh
  2. 5
      v2ray.sh

@ -12,6 +12,7 @@ _yellow() { echo -e ${yellow}$*${none}; }
_magenta() { echo -e ${magenta}$*${none}; }
_cyan() { echo -e ${cyan}$*${none}; }
author=233boy
# Root
[[ $(id -u) != 0 ]] && echo -e "\n 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}\n" && exit 1
@ -783,7 +784,7 @@ install_v2ray() {
echo
echo -e "$red 哎呀呀...安装失败了咯...$none"
echo
echo -e " 请确保你有完整的上传 $_site 的 V2Ray 一键安装脚本 & 管理脚本到当前 ${green}$(pwd) $none目录下"
echo -e " 请确保你有完整的上传 $author 的 V2Ray 一键安装脚本 & 管理脚本到当前 ${green}$(pwd) $none目录下"
echo
exit 1
fi
@ -1004,7 +1005,7 @@ _uninstall() {
echo -e "
$red 大胸弟...你貌似毛有安装 V2Ray ....卸载个鸡鸡哦...$none
备注...仅支持卸载使用我 ($_site) 提供的 V2Ray 一键安装脚本
备注...仅支持卸载使用我 ($author) 提供的 V2Ray 一键安装脚本
" && exit 1
fi
@ -1049,7 +1050,7 @@ esac
clear
while :; do
echo
echo "........... V2Ray 一键安装脚本 & 管理脚本 by $_site .........."
echo "........... V2Ray 一键安装脚本 & 管理脚本 by $author .........."
echo
echo "帮助说明: https://$_site/post/1/"
echo

@ -7,6 +7,7 @@ magenta='\e[95m'
cyan='\e[96m'
none='\e[0m'
author=233boy
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
@ -2790,7 +2791,7 @@ do_service() {
}
_help() {
echo
echo "........... V2Ray 管理脚本帮助信息 by ${_site} .........."
echo "........... V2Ray 管理脚本帮助信息 by $author .........."
echo -e "
${green}v2ray menu $none管理 V2Ray (同等于直接输入 v2ray)
@ -2847,7 +2848,7 @@ menu() {
clear
while :; do
echo
echo "........... V2Ray 管理脚本 $_version by ${_site} .........."
echo "........... V2Ray 管理脚本 $_version by $author .........."
echo
echo -e "## V2Ray 版本: $cyan$v2ray_ver$none / V2Ray 状态: $v2ray_status ##"
echo

Loading…
Cancel
Save