mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -05:00
Update install-release.sh
This commit is contained in:
parent
648b7e35f1
commit
e154ff3dfd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user