From 8f7b80a624a5c72aea8c70889f22201456afc2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=9D=E4=BB=A3=E5=B0=BE?= Date: Thu, 19 Mar 2026 14:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20hy2.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hy2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hy2.sh b/hy2.sh index 52c9b0b..ac59123 100644 --- a/hy2.sh +++ b/hy2.sh @@ -60,7 +60,7 @@ get_server_ip() { } apt_update_and_install_base() { - if ! confirm_yn "即将执行 apt update 并安装基础依赖 curl sed ufw,是否继续?"; then + if ! confirm_yn "即将执行 apt update 并安装基础依赖 curl sed ufw openssl,是否继续?"; then red "已取消。" exit 1 fi