Browse Source

Update install.sh

pocketW 3 years ago
parent
commit
417d50fa0b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -121,7 +121,7 @@ install_XrayR() {
             exit 1
         fi
     else
-        if [ $1 == v*]; then
+        if [[ $1 == v*]]; then
             last_version=$1
 	else
 	    last_version="v"$1