Update Quili.sh

This commit is contained in:
smeb y 2024-03-05 14:46:29 +08:00 committed by GitHub
parent 7894a967ff
commit 10c5dd6a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)