移除对 Bash 安装的检查,简化脚本逻辑

This commit is contained in:
Olia Lisa
2026-01-14 17:27:31 +08:00
parent 641f212400
commit 962243851c
3 changed files with 1 additions and 14 deletions
-3
View File
@@ -34,9 +34,6 @@ main(){
local script_dir="$(cd "$(dirname "$0")"; pwd)/bin" # 脚本所在目录
source "${script_dir}/utils/base.sh"
# 检查bash环境是否安装
check_bash_installed
# 显示菜单
echo "请选择一个操作:"
echo "1. 一键部署"