From 3b385ebb69cd6f463877489b3fd6cd7cee0d435b Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 24 Jun 2024 00:13:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20debian=20netcat=20?= =?UTF-8?q?=E5=8C=85=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell/start.sh b/shell/start.sh index b7a39be0..d8396366 100644 --- a/shell/start.sh +++ b/shell/start.sh @@ -47,10 +47,10 @@ if [[ $os_name == 'alpine' ]]; then netcat-openbsd elif [[ $os_name == 'debian' ]] || [[ $os_name == 'ubuntu' ]]; then apt update - apt install -y git curl wget tzdata perl openssl jq nginx procps netcat openssh-client + apt install -y git curl wget tzdata perl openssl jq nginx procps netcat-openbsd openssh-client elif [[ $os_name == 'centos' ]]; then yum update - yum install -y epel-release git curl wget tzdata perl openssl jq nginx procps netcat openssh-client + yum install -y epel-release git curl wget tzdata perl openssl jq nginx procps nc openssh-client else echo -e "暂不支持此系统部署 $os_name" exit 1 @@ -97,4 +97,4 @@ fi echo -e "############################################################\n" echo -e "启动完成..." -echo -e "############################################################\n" \ No newline at end of file +echo -e "############################################################\n"