v2fly / fhs-install-v2ray

Bash script for installing V2Ray in operating systems such as Debian / CentOS / Fedora / openSUSE that support systemd
GNU General Public License v3.0
6.28k stars 1.45k forks source link

建议改进安装方式 #224

Closed viponedream closed 3 years ago

viponedream commented 3 years ago

目前是 # bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh)

其中大量需要联网下载,而实际上屏蔽了很难连接

建议 所有内容打包, 整个包下载后解压 再安装,安装过程不需要再联网了。 (下载不怕墙,可以有多种方式下载。)

viponedream commented 3 years ago

希望提供 在线安装(目前) 以及离线安装。

IceCodeNew commented 3 years ago

离线安装功能早已实现。