From 8a97094ffc23819f3c1186a0b71178e65cf0ea87 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:12:00 +0800 Subject: [PATCH] Update Quili.sh --- Quili.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)