full v2ray pack

pull/125/head
boypt 6 years ago
parent 1026e3368a
commit 6a19b76a8d
  1. 9
      src/download-v2ray.sh

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

Loading…
Cancel
Save