From 7b20795c0164a175d968aaaef48a947d903a94bb Mon Sep 17 00:00:00 2001 From: Jugal Kishore <49350241+crazyuploader@users.noreply.github.com> Date: Mon, 7 Dec 2020 14:41:08 +0530 Subject: [PATCH] Update yabs.sh --- yabs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yabs.sh b/yabs.sh index e320973..794707c 100755 --- a/yabs.sh +++ b/yabs.sh @@ -664,7 +664,7 @@ function launch_geekbench { # ensure the test ran successfully if [ -z "$GEEKBENCH_TEST" ]; then if [[ ! -z "$IPV4_CHECK" ]]; then - # Geekbench test failed to download because host lacks IPv4 (cdn.geekbench.com = IPv4 only) + # Geekbench test failed to download because host lacks IPv6 (cdn.geekbench.com = IPv4 only) echo -e "\r\033[0KGeekbench releases can only be downloaded over IPv4. FTP the Geekbench files and run manually." elif [[ $ARCH != *x86* ]]; then # if the Geekbench test failed for any reason, exit cleanly and print error message