Forráskód Böngészése

Update install-release.sh

sunshineplan 7 éve
szülő
commit
e154ff3dfd
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      release/install-release.sh

+ 3 - 3
release/install-release.sh

@@ -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