Update install.sh

This commit is contained in:
pocketW 2022-08-26 12:41:26 +10:00 committed by GitHub
parent e2820aef7c
commit 417d50fa0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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