From 5d1cc4a964a6303a5b2cc61821b3c1eaebc8c81e Mon Sep 17 00:00:00 2001 From: wulabing Date: Sun, 8 Apr 2018 17:16:43 +0800 Subject: [PATCH] V3.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.依赖更新 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 68640b3..758195c 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # System Request:Debian 7+/Ubuntu 14.04+/Centos 6+ # Author: wulabing # Dscription: V2ray ws+tls onekey -# Version: 3.3 +# Version: 3.3.1 # Blog: https://www.wulabing.com # Official document: www.v2ray.com #==================================================== @@ -123,7 +123,7 @@ time_modify(){ fi } dependency_install(){ - ${INS} install wget curl lsof -y + ${INS} install wget git lsof -y if [[ "${ID}" == "centos" ]];then ${INS} -y install crontabs