Merge pull request #132 from boypt/dev

参数选择分支
pull/133/head
233boy 6 years ago committed by GitHub
commit ec9dae8648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      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

Loading…
Cancel
Save