Cherry一键脚本工具是一个轻量化的一键脚本工具,对于一些常见功能进行集成,可以避免记忆冗杂的命令、文件位置等。建议搭配UFW防火墙使用。
apt install curl wget sudo net-tools ufwif [ -f /usr/bin/curl ];then curl -sSO https://raw.githubusercontent.com/railzen/CherryScript/main/ludo.sh;else wget -O ludo.sh https://raw.githubusercontent.com/railzen/CherryScript/main/ludo.sh;fi;chmod +x ludo.sh;./ludo.shor
curl -sS -O https://raw.githubusercontent.com/railzen/CherryScript/main/ludo.sh && chmod +x ludo.sh && bash ludo.sh- Debian
- Ubuntu
- CentOS 由于已经停止支持,现在从支持列表移除