From 09bb506e58a4f4a2e672f5f4df979403b73ae078 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:43:22 +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 70b5ddf..f2e1281 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 cpulimit -y +sudo apt install git ufw bison screen binutils gcc make bsdmainutils cpulimit gawk -y # 下载并安装gvm bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)