mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
Update install-release.sh
This commit is contained in:
@@ -391,9 +391,9 @@ main(){
|
||||
colorEcho ${GREEN} "Found new version ${NEW_VER} for V2Ray.(Current version:$CUR_VER)"
|
||||
else
|
||||
colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}"
|
||||
downloadV2Ray || return $?
|
||||
installSoftware unzip || return $?
|
||||
extract ${ZIPFILE} || return $?
|
||||
downloadV2Ray
|
||||
installSoftware unzip
|
||||
extract ${ZIPFILE}
|
||||
fi
|
||||
fi
|
||||
if pgrep "v2ray" > /dev/null ; then
|
||||
|
||||
Reference in New Issue
Block a user