From d40a2f8bf6990992c0e12172977b4853164cadd2 Mon Sep 17 00:00:00 2001 From: M19 Date: Wed, 19 Aug 2020 18:09:13 +0530 Subject: [PATCH] Update yabs.sh Updated forked URL --- yabs.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/yabs.sh b/yabs.sh index 6f49730..d499053 100755 --- a/yabs.sh +++ b/yabs.sh @@ -13,11 +13,11 @@ # - either compiled or installed - nor admin privileges to run. # -echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' -echo -e '# Yet-Another-Bench-Script #' -echo -e '# v2020-06-20 #' -echo -e '# https://github.com/masonr/yet-another-bench-script #' -echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' +echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' +echo -e '# Yet-Another-Bench-Script #' +echo -e '# v2020-06-20 #' +echo -e '# https://github.com/Cloudcone/yet-another-bench-script #' +echo -e '# ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #' echo -e date @@ -306,9 +306,9 @@ if [ -z "$SKIP_FIO" ]; then else # download fio binary if [ ! -z "$IPV4_CHECK" ]; then # if IPv4 is enabled - curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/bin/fio_$ARCH -o $DISK_PATH/fio + curl -s https://raw.githubusercontent.com/Cloudcone/yet-another-bench-script/master/bin/fio_$ARCH -o $DISK_PATH/fio else # no IPv4, use IPv6 - below is necessary since raw.githubusercontent.com has no AAAA record - curl -s -k -g --header 'Host: raw.githubusercontent.com' https://[2a04:4e42::133]/masonr/yet-another-bench-script/master/bin/fio_$ARCH -o $DISK_PATH/fio + curl -s -k -g --header 'Host: raw.githubusercontent.com' https://[2a04:4e42::133]/Cloudcone/yet-another-bench-script/master/bin/fio_$ARCH -o $DISK_PATH/fio fi chmod +x $DISK_PATH/fio @@ -493,9 +493,9 @@ if [ -z "$SKIP_IPERF" ]; then # download iperf3 binary if [ ! -z "$IPV4_CHECK" ]; then # if IPv4 is enabled - curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/bin/iperf3_$ARCH -o $IPERF_PATH/iperf3 + curl -s https://raw.githubusercontent.com/Cloudcone/yet-another-bench-script/master/bin/iperf3_$ARCH -o $IPERF_PATH/iperf3 else # no IPv4, use IPv6 - below is necessary since raw.githubusercontent.com has no AAAA record - curl -s -k -g --header 'Host: raw.githubusercontent.com' https://[2a04:4e42::133]/masonr/yet-another-bench-script/master/bin/iperf3_$ARCH -o $IPERF_PATH/iperf3 + curl -s -k -g --header 'Host: raw.githubusercontent.com' https://[2a04:4e42::133]/Cloudcone/yet-another-bench-script/master/bin/iperf3_$ARCH -o $IPERF_PATH/iperf3 fi chmod +x $IPERF_PATH/iperf3