From 4bc7cc08f3b16335097b28a9d297844af783112d Mon Sep 17 00:00:00 2001 From: BOYPT Date: Sun, 24 Feb 2019 14:45:25 +0800 Subject: [PATCH] online branch --- install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index b5adf49..d803655 100644 --- a/install.sh +++ b/install.sh @@ -753,11 +753,7 @@ install_v2ray() { cp -rf $(pwd)/* /etc/v2ray/233boy/v2ray else pushd /tmp - if [[ $_test ]]; then - git clone https://github.com/233boy/v2ray -b test /etc/v2ray/233boy/v2ray - else - git clone https://github.com/233boy/v2ray /etc/v2ray/233boy/v2ray - fi + git clone https://github.com/233boy/v2ray -b "$_gitbranch" /etc/v2ray/233boy/v2ray popd fi @@ -946,10 +942,12 @@ _uninstall() { } args=$1 +_gitbranch=$2 [ -z $1 ] && args="online" case $args in online) #hello world + [[ -z $_gitbranch ]] && _gitbranch="master" ;; local) local_install=true