Update nodeloc_vps_autotest_media.sh

This commit is contained in:
Jensfrank 2024-06-27 14:33:37 +08:00 committed by GitHub
parent 82e4de74c5
commit 49973b530b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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