diff --git a/install.sh b/install.sh index 0c1b965..afc97b3 100644 --- a/install.sh +++ b/install.sh @@ -733,10 +733,10 @@ install_v2ray() { echo if [[ $cmd == "apt-get" ]]; then $cmd update -y - $cmd install -y socat lrzsz git zip unzip curl wget qrencode libcap2-bin patch diff jq + $cmd install -y socat lrzsz git zip unzip curl wget qrencode libcap2-bin patch diffutils jq else # $cmd install -y lrzsz git zip unzip curl wget qrencode libcap iptables-services - $cmd install -y socat lrzsz git zip unzip curl wget qrencode libcap patch diff + $cmd install -y socat lrzsz git zip unzip curl wget qrencode libcap patch diffutils fi ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime [ -d /etc/v2ray ] && rm -rf /etc/v2ray