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