Update Nlbench.sh

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

View File

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