mirror of https://github.com/wulabing/Xray_onekey
parent
538046e927
commit
5d1cc4a964
|
@ -4,7 +4,7 @@
|
||||||
# System Request:Debian 7+/Ubuntu 14.04+/Centos 6+
|
# System Request:Debian 7+/Ubuntu 14.04+/Centos 6+
|
||||||
# Author: wulabing
|
# Author: wulabing
|
||||||
# Dscription: V2ray ws+tls onekey
|
# Dscription: V2ray ws+tls onekey
|
||||||
# Version: 3.3
|
# Version: 3.3.1
|
||||||
# Blog: https://www.wulabing.com
|
# Blog: https://www.wulabing.com
|
||||||
# Official document: www.v2ray.com
|
# Official document: www.v2ray.com
|
||||||
#====================================================
|
#====================================================
|
||||||
|
@ -123,7 +123,7 @@ time_modify(){
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
dependency_install(){
|
dependency_install(){
|
||||||
${INS} install wget curl lsof -y
|
${INS} install wget git lsof -y
|
||||||
|
|
||||||
if [[ "${ID}" == "centos" ]];then
|
if [[ "${ID}" == "centos" ]];then
|
||||||
${INS} -y install crontabs
|
${INS} -y install crontabs
|
||||||
|
|
Loading…
Reference in New Issue