Add mole: Mac deep clean and optimization tool
This commit is contained in:
parent
69e3d01bbb
commit
5f714b52b2
|
|
@ -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 应用
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user