Merge pull request #25 from hohl/patch-1

ZSH-compatibility for the IPv6 launch command
This commit is contained in:
Mason Rowe
2021-03-09 22:26:24 -05:00
committed by GitHub

View File

@@ -137,7 +137,7 @@ Full Test | https://browser.geekbench.com/v5/cpu/3844555
GitHub's CDN does not resolve via IPv6. You will need to run the following command to download and run the script. GitHub's CDN does not resolve via IPv6. You will need to run the following command to download and run the script.
`curl -s -k -g --header 'Host: raw.githubusercontent.com' https://[2a04:4e42::133]/masonr/yet-another-bench-script/master/yabs.sh | bash` `curl -s -k -g --header 'Host: raw.githubusercontent.com' "https://[2a04:4e42::133]/masonr/yet-another-bench-script/master/yabs.sh" | bash`
(2a04:4e42::133 is fastly.net's [GitHub's CDN Provider] IPv6 address) (2a04:4e42::133 is fastly.net's [GitHub's CDN Provider] IPv6 address)