Add mole: Mac deep clean and optimization tool

This commit is contained in:
astrian 2026-02-11 10:04:36 +11:00
parent 69e3d01bbb
commit 5f714b52b2
No known key found for this signature in database

View File

@ -287,6 +287,14 @@ install_cli_tools() {
brew install mas brew install mas
print_message "✅ mas 安装成功!" "$GREEN" print_message "✅ mas 安装成功!" "$GREEN"
fi 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 应用 # 安装 Mac App Store 应用