From bb15eb2f6c7e37fdaa308291b11d9659c042e702 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:27:27 +0800 Subject: [PATCH] Update Quilibrium.sh --- Quilibrium.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quilibrium.sh b/Quilibrium.sh index 9048115..7b8b049 100644 --- a/Quilibrium.sh +++ b/Quilibrium.sh @@ -23,7 +23,7 @@ echo "sysctl 配置已重新加载" sudo apt update && sudo apt -y upgrade # Install wget, screen, and git without any prompts -sudo apt install git ufw bison screen -y +sudo apt install git ufw bison screen binutils gcc make -y # Install GVM