From 23ab06c0a0915867d35e1cdcb90c6377d7bc4bbb Mon Sep 17 00:00:00 2001 From: Anthony Date: Sat, 7 Jun 2025 17:26:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E6=B7=BB=E5=8A=A0o?= =?UTF-8?q?penssl=E5=AE=89=E8=A3=85=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 36f7609..d22669b 100644 --- a/install.sh +++ b/install.sh @@ -1108,6 +1108,11 @@ installTools() { ${installType} binutils >/dev/null 2>&1 fi + if ! find /usr/bin /usr/sbin | grep -q -w openssl; then + echoContent green " ---> 安装openssl" + ${installType} openssl >/dev/null 2>&1 + fi + if ! find /usr/bin /usr/sbin | grep -q -w ping6; then echoContent green " ---> 安装ping6" ${installType} inetutils-ping >/dev/null 2>&1