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.29k stars 1.46k forks source link

安装异常 #192

Closed FlagGuarder closed 3 years ago

FlagGuarder commented 3 years ago

当我使用 bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh) 命令进行安装时,我受到了提示,0curl: (7) Failed to connect to raw.githubusercontent.com port 443: 拒绝连接 请问这是什么情况

DuckSoft commented 3 years ago


update: 刚刚点错按钮了

benjaminchodroff commented 3 years ago

It would be ideal if there were prepackaged releases that we could download and then have an option to copy to our server and install "offline"

IceCodeNew commented 3 years ago

It would be ideal if there were prepackaged releases that we could download and then have an option to copy to our server and install "offline"

https://github.com/v2fly/fhs-install-v2ray/blob/a24fe6823b02e2f1780e4d7845353bf84531e038/install-release.sh#L502

benjaminchodroff commented 3 years ago

@IceCodeNew Thanks, but would you mind updating the Readme instructions to be more clear?

  1. Download the latest v2ray version: https://github.com/v2fly/v2ray-core/releases/download/v4.34.0/v2ray-linux-64.zip
  2. Download this repository as a zip file
  3. Send both zip files to your server
  4. unzip fhs-install-v2ray-master.zip; cd fhs-install-v2ray-master
  5. bash install-release.sh --local v2ray-linux-64.zip
IceCodeNew commented 3 years ago

@IceCodeNew Thanks, but would you mind updating the Readme instructions to be more clear?

  1. Download the latest v2ray version: https://github.com/v2fly/v2ray-core/releases/download/v4.34.0/v2ray-linux-64.zip
  2. Download this repository as a zip file
  3. Send both zip files to your server
  4. unzip fhs-install-v2ray-master.zip; cd fhs-install-v2ray-master
  5. bash install-release.sh --local v2ray-linux-64.zip

PR welcome.