full v2ray pack

pull/149/head
boypt 6 years ago committed by cutelua
parent 01e22e48b7
commit dbab6c2817
  1. 9
      src/download-v2ray.sh

@ -26,12 +26,9 @@ _download_v2ray_file() {
" && exit 1
fi
unzip $v2ray_tmp_file -d "/tmp/v2ray/"
mkdir -p /usr/bin/v2ray
cp -f "/tmp/v2ray/v2ray" "/usr/bin/v2ray/v2ray"
chmod +x "/usr/bin/v2ray/v2ray"
cp -f "/tmp/v2ray/v2ctl" "/usr/bin/v2ray/v2ctl"
chmod +x "/usr/bin/v2ray/v2ctl"
unzip $v2ray_tmp_file -d "/usr/bin/v2ray/"
chmod +x /usr/bin/v2ray/v2ray /usr/bin/v2ray/v2ctl
setcap CAP_NET_BIND_SERVICE=+eip /usr/bin/v2ray/v2ray
}
_install_v2ray_service() {

Loading…
Cancel
Save