登录后参与评论
下面的命令不能用的话,可以使用 CDN
curl -fsSL https://cdn.jsdelivr.net/gh/tw93/mole@main/install.sh | bash
命令行安装: curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash
使用 mo clean
mo # Interactive menu mo clean # System cleanup mo clean --dry-run # Preview mode mo clean --whitelist # Manage protected caches mo uninstall # Uninstall apps mo analyze # Disk analyzer
mo touchid # Configure Touch ID for sudo mo update # Update Mole mo remove # Remove Mole from system mo --help # Show help mo --version # Show installed version
另一个方法是让命令行走代理 curl -x socks5h://127.0.0.1:7890 -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash