mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
Update install-release.sh
uuid 变更,port 不知道为啥运行失败,
This commit is contained in:
parent
b083773411
commit
ef9d32bf16
@ -22,3 +22,12 @@ mkdir -p /etc/v2ray
|
||||
|
||||
cp -n "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/vpoint_vmess_freedom.json" "/etc/v2ray/config.json"
|
||||
cp "/tmp/v2ray/v2ray-${VER}-linux-${VDIS}/v2ray" "/usr/bin/v2ray/v2ray"
|
||||
|
||||
#PORT=$(expr $RANDOM + 10000)
|
||||
#sed -i "s/37192/${PORT}/g" "/etc/v2ray/config.json"
|
||||
|
||||
UUID=$(cat /proc/sys/kernel/random/uuid)
|
||||
sed -i "s/3b129dec-72a3-4d28-aeee-028a0fe86e22/${UUID}/g" "/etc/v2ray/config.json"
|
||||
|
||||
#echo "PORT:${PORT}"
|
||||
echo "UUID:${UUID}"
|
||||
|
Loading…
Reference in New Issue
Block a user