From f442132d7e93288662a9d5b05065ed41917d035d Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 20 May 2026 18:33:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A3=80=E6=9F=A5=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=AE=89=E8=A3=85openssl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 3c3fd4b..7f3e775 100644 --- a/install.sh +++ b/install.sh @@ -18,6 +18,10 @@ install(){ install_package wget fi + if ! command -v openwssl >/dev/null 2>&1; then + install_package openwssl + fi + if ! command -v jq >/dev/null 2>&1; then install_package jq fi