Update nodeloc_vps_autotest_response.sh

This commit is contained in:
Jensfrank 2024-06-28 13:50:03 +08:00 committed by GitHub
parent 87141e5d34
commit 6980175787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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