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"