From d58c453c5188acbcb54570d4d925859ee0b1964e Mon Sep 17 00:00:00 2001 From: untoreh Date: Sat, 14 Apr 2018 15:15:49 +0200 Subject: [PATCH] - provide a list of required packages --- nench.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nench.sh b/nench.sh index 7b02330..14fdd1c 100755 --- a/nench.sh +++ b/nench.sh @@ -11,6 +11,7 @@ # - runs IPv6 speedtest by default (if the server has IPv6 connectivity) # Run using `curl -s bench.wget.racing | bash` # or `wget -qO- bench.wget.racing | bash` +# - list of possibly required packages: curl,gawk,coreutils,util-linux,procps,ioping ########## command_exists()