mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
make v2ray executable
This commit is contained in:
parent
b2ac03531f
commit
7b059c2aec
@ -29,6 +29,7 @@ mkdir -p /var/log/v2ray
|
||||
# Install V2Ray binary to /usr/bin/v2ray
|
||||
mkdir -p /usr/bin/v2ray
|
||||
cp "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/v2ray" "/usr/bin/v2ray/v2ray"
|
||||
chmod +x "/usr/bin/v2ray/v2ray"
|
||||
|
||||
# Install V2Ray server config to /etc/v2ray
|
||||
mkdir -p /etc/v2ray
|
||||
|
Loading…
Reference in New Issue
Block a user