Skip to content

Commit

Permalink
fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Aug 21, 2016
1 parent 8eab746 commit e7bf0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/install-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# This file is accessible as https://install.direct/go.sh
# Original source is located at v2ray.com/core/release/install-release.sh
# Original source is located at github.com/v2ray/v2ray-core/release/install-release.sh

while [[ $# > 0 ]]
do
Expand Down Expand Up @@ -115,7 +115,7 @@ echo "Installing V2Ray ${VER} on ${ARCH}"
if [ -n "$LOCAL" ]; then
cp "$LOCAL" "/tmp/v2ray/v2ray.zip"
else
DOWNLOAD_LINK="https://v2ray.com/core/releases/download/${VER}/v2ray-linux-${VDIS}.zip"
DOWNLOAD_LINK="https://github.com/v2ray/v2ray-core/releases/download/${VER}/v2ray-linux-${VDIS}.zip"

install_component "curl"

Expand Down

0 comments on commit e7bf0c2

Please sign in to comment.