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
commit b77468b0d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
`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)