mirror of https://github.com/v2ray/v2ray-core
Update install-release.sh
parent
765c44c2ac
commit
b0ded2f5a6
|
@ -348,8 +348,8 @@ checkUpdate(){
|
||||||
|
|
||||||
main(){
|
main(){
|
||||||
#helping information
|
#helping information
|
||||||
[[ "$CHECK" == "1" ]] && checkUpdate
|
|
||||||
[[ "$HELP" == "1" ]] && Help && return
|
[[ "$HELP" == "1" ]] && Help && return
|
||||||
|
[[ "$CHECK" == "1" ]] && checkUpdate
|
||||||
[[ "$REMOVE" == "1" ]] && remove && return
|
[[ "$REMOVE" == "1" ]] && remove && return
|
||||||
|
|
||||||
sysArch
|
sysArch
|
||||||
|
|
Loading…
Reference in New Issue