From c40227c5ba512abf39522ed235f170da92177da7 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Wed, 20 May 2026 18:36:34 +0800 Subject: [PATCH] fix bug --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7f3e775..ccb0157 100644 --- a/install.sh +++ b/install.sh @@ -18,8 +18,8 @@ install(){ install_package wget fi - if ! command -v openwssl >/dev/null 2>&1; then - install_package openwssl + if ! command -v openssl >/dev/null 2>&1; then + install_package openssl fi if ! command -v jq >/dev/null 2>&1; then