1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-20 22:45:24 +00:00

Update install-release.sh

This commit is contained in:
ToutyRater 2017-01-06 06:22:59 +00:00 committed by GitHub
parent 9917363a36
commit 19e7a1955a

View File

@ -42,10 +42,10 @@ while [[ $# > 0 ]];do
-c|--check)
CHECK="1"
;;
-r|--remove)
--remove)
REMOVE="1"
;;
-v|--version)
--version)
VERSION="$2"
shift
;;