diff --git a/Quili.sh b/Quili.sh index 46dff01..9b4c89b 100644 --- a/Quili.sh +++ b/Quili.sh @@ -56,7 +56,7 @@ echo "sysctl配置已重新加载" sudo apt update && sudo apt -y upgrade # 安装wget、screen和git等组件 -sudo apt install git ufw bison screen binutils gcc make bsdmainutils -y +sudo apt install git ufw bison screen binutils gcc make bsdmainutils cpulimit -y # 下载并安装gvm bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)