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