mirror of https://github.com/v2ray/v2ray-core
bug fixes
parent
a4296f22df
commit
f48f51c6b4
|
@ -73,7 +73,7 @@ CUR_VER="$(/usr/bin/v2ray/v2ray -version | head -n 1 | cut -d " " -f2)"
|
|||
|
||||
if [[ "$VER" == "$CUR_VER" ]]; then
|
||||
echo "Lastest version $VER is already installed. Exiting..."
|
||||
return
|
||||
exit
|
||||
fi
|
||||
|
||||
ARCH=$(uname -m)
|
||||
|
|
Loading…
Reference in New Issue