From cfe8b80f1e23c392d15775fbeaaf9fd6b554ec02 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Tue, 16 May 2023 10:46:03 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12f7a10..3703060 100644 --- a/README.md +++ b/README.md @@ -1118,7 +1118,9 @@ uname -a; lsb_release -a; cat /etc/*release /etc/issue* /proc/version ```sh # Speed check the system -curl -fsSL bench.sh | bash +curl -sL bench.sh | bash +# Another speed check: +# curl -sL yabs.sh | bash ``` ---