Update Quili.sh

This commit is contained in:
smeb y 2024-06-04 16:43:22 +08:00 committed by GitHub
parent 9987d7fe69
commit 09bb506e58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,7 @@ echo "sysctl配置已重新加载"
sudo apt update && sudo apt -y upgrade sudo apt update && sudo apt -y upgrade
# 安装wget、screen和git等组件 # 安装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 # 下载并安装gvm
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)