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