From 0a31812f23f4a2124ca0ee992106f73b4c6468e1 Mon Sep 17 00:00:00 2001 From: Jrohy <1101400284jackie@gmail.com> Date: Thu, 29 Nov 2018 00:44:39 +0800 Subject: [PATCH] fix update :bug: --- v2ray | 1 + 1 file changed, 1 insertion(+) diff --git a/v2ray b/v2ray index 2927fed0..cb239e5a 100755 --- a/v2ray +++ b/v2ray @@ -82,6 +82,7 @@ while [[ $# > 0 ]];do else bash <(curl -L -s https://install.direct/go.sh) --version $V2RAY_VERSION fi + shift ;; update.sh) source <(curl -sL https://git.io/fNgqx) -k