mirror of https://github.com/v2ray/v2ray-core
install v2ray on state 1 and 4
parent
0e1d2a924b
commit
e4b24984c4
|
@ -399,8 +399,6 @@ main(){
|
|||
return
|
||||
elif [[ $RETVAL == 3 ]]; then
|
||||
return 3
|
||||
elif [[ $RETVAL == 1 ]]; then
|
||||
colorEcho ${GREEN} "Found new version ${NEW_VER} for V2Ray.(Current version:$CUR_VER)"
|
||||
else
|
||||
colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}"
|
||||
downloadV2Ray || return $?
|
||||
|
|
Loading…
Reference in New Issue