From 5f714b52b29293165722d1034fef35ecfa1bcf7c Mon Sep 17 00:00:00 2001 From: astrian Date: Wed, 11 Feb 2026 10:04:36 +1100 Subject: [PATCH] Add mole: Mac deep clean and optimization tool --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.sh b/install.sh index 609b7e7..21c55ed 100755 --- a/install.sh +++ b/install.sh @@ -287,6 +287,14 @@ install_cli_tools() { brew install mas print_message "✅ mas 安装成功!" "$GREEN" fi + + # mole - Mac 深度清理和优化工具 + if command -v mole &> /dev/null; then + print_message "✅ mole 已安装" "$GREEN" + else + brew install mole + print_message "✅ mole 安装成功!" "$GREEN" + fi } # 安装 Mac App Store 应用