Jinqiu Yu 7 년 전
부모
커밋
0e12ffd9b6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      release/install-release.sh

+ 2 - 2
release/install-release.sh

@@ -371,11 +371,11 @@ main(){
             NEW_VER=`ls /tmp/v2ray |grep v2ray-v |cut -d "-" -f2`
         fi
     else
-        # dowload via network and extract
+        # download via network and extract
         installSoftware "curl"
         getVersion
         if [[ $? == 0 ]] && [[ "$FORCE" != "1" ]]; then
-            colorEcho ${GREEN} "Lastest version ${NEW_VER} is already installed."
+            colorEcho ${GREEN} "Latest version ${NEW_VER} is already installed."
             exit
         else
             colorEcho ${BLUE} "Installing V2Ray ${NEW_VER} on ${ARCH}"