mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
update install-release.sh
This commit is contained in:
parent
003fac7d2a
commit
7a01d644e4
@ -12,13 +12,13 @@ fi
|
|||||||
DOWNLOAD_LINK="https://github.com/v2ray/v2ray-core/releases/download/${VER}/v2ray-linux-${VDIS}.zip"
|
DOWNLOAD_LINK="https://github.com/v2ray/v2ray-core/releases/download/${VER}/v2ray-linux-${VDIS}.zip"
|
||||||
|
|
||||||
rm -rf /tmp/v2ray
|
rm -rf /tmp/v2ray
|
||||||
mkdir /tmp/v2ray
|
mkdir -p /tmp/v2ray
|
||||||
|
|
||||||
CURL -L -o "/tmp/v2ray/v2ray.zip" ${DOWNLOAD_LINK}
|
curl -L -o "/tmp/v2ray/v2ray.zip" ${DOWNLOAD_LINK}
|
||||||
unzip "/tmp/v2ray/v2ray.zip" -d "/tmp/v2ray/"
|
unzip "/tmp/v2ray/v2ray.zip" -d "/tmp/v2ray/"
|
||||||
|
|
||||||
mkdir /usr/bin/v2ray
|
mkdir -p /usr/bin/v2ray
|
||||||
mkdir /etc/v2ray
|
mkdir -p /etc/v2ray
|
||||||
|
|
||||||
cp -n "/tmp/v2ray/v2ray-${VER}-${VDIS}/*.json" "/etc/v2ray"
|
cp -n "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/vpoint_vmess_freedom.json" "/etc/v2ray/config.json"
|
||||||
cp "/tmp/v2ray/v2ray-${VER}-${VDIS}/v2ray" "/usr/bin/v2ray/v2ray"
|
cp "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/v2ray" "/usr/bin/v2ray/v2ray"
|
||||||
|
Loading…
Reference in New Issue
Block a user