Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-08-13 16:47:54 +08:00 committed by GitHub
parent b818c7f649
commit 11e2e11ada
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ install_dependencies() {
update_system || echo -e "${RED}系统更新失败。继续安装依赖项。${NC}"
# 安装依赖
local dependencies=("curl" "wget" "iperf3")
local dependencies=("curl" "wget" "iperf3" "bc")
case "${os_type,,}" in
gentoo)