Update install-release.sh

pull/1037/head
sunshineplan 2018-04-12 15:45:46 +08:00 committed by GitHub
parent 648b7e35f1
commit e154ff3dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -391,9 +391,9 @@ main(){
colorEcho ${GREEN} "Found new version ${NEW_VER} for V2Ray.(Current version:$CUR_VER)" colorEcho ${GREEN} "Found new version ${NEW_VER} for V2Ray.(Current version:$CUR_VER)"
else else
colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}" colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}"
downloadV2Ray || return $? downloadV2Ray
installSoftware unzip || return $? installSoftware unzip
extract ${ZIPFILE} || return $? extract ${ZIPFILE}
fi fi
fi fi
if pgrep "v2ray" > /dev/null ; then if pgrep "v2ray" > /dev/null ; then