Darien Raymond 8 years ago
parent
commit
25a1f1d450
1 changed files with 2 additions and 2 deletions
  1. 2 2
      release/install-release.sh

+ 2 - 2
release/install-release.sh

@@ -67,7 +67,7 @@ colorEcho(){
     echo -e "\033[${COLOR}${@:2}\033[0m"
 }
 
-sysAcrh(){
+sysArch(){
     ARCH=$(uname -m)
     if [[ "$ARCH" == "i686" ]] || [[ "$ARCH" == "i386" ]]; then
         VDIS="32"
@@ -320,7 +320,7 @@ main(){
     [[ "$CHECK" == "1" ]] && checkUpdate
     [[ "$REMOVE" == "1" ]] && remove
     
-    sysAcrh
+    sysArch
     # extract local file
     if [[ $LOCAL_INSTALL -eq 1 ]]; then
         echo "Install V2Ray via local file"