Update Nlbench_beta.sh

This commit is contained in:
Jensfrank 2024-07-04 13:01:58 +08:00 committed by GitHub
parent 9c49b306ea
commit 7701da69ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ install_dependencies() {
local dependencies=( local dependencies=(
"curl" "curl"
"wget" "wget"
"iperf3"
) )
for dep in "${dependencies[@]}"; do for dep in "${dependencies[@]}"; do