更新 hy2.sh

This commit is contained in:
2026-03-19 14:26:28 +08:00
parent 2b44690e66
commit 8f7b80a624

2
hy2.sh
View File

@@ -60,7 +60,7 @@ get_server_ip() {
} }
apt_update_and_install_base() { 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 "已取消。" red "已取消。"
exit 1 exit 1
fi fi