From 7bd01c98e7ab9b1a1a626a61a81062253a740f4d Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 20 Apr 2026 10:35:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A3=80=E6=9F=A5openssl?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=AE=89=E8=A3=85?= 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 ef0e816..a72c1b0 100644 --- a/install.sh +++ b/install.sh @@ -28,6 +28,11 @@ install_dependencies(){ install_package jq fi + if ! command -v openssl >/dev/null 2>&1; then + echo 安装openssl... + install_package openssl + fi + if ! command -v docker >/dev/null 2>&1; then echo 安装docker... curl -fsSL https://get.docker.com | bash -s docker