mirror of https://github.com/v2ray/v2ray-core
Update install-release.sh
parent
9917363a36
commit
19e7a1955a
|
@ -42,10 +42,10 @@ while [[ $# > 0 ]];do
|
|||
-c|--check)
|
||||
CHECK="1"
|
||||
;;
|
||||
-r|--remove)
|
||||
--remove)
|
||||
REMOVE="1"
|
||||
;;
|
||||
-v|--version)
|
||||
--version)
|
||||
VERSION="$2"
|
||||
shift
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue