From 9e212e8961618b41216faa3f39207d757621e601 Mon Sep 17 00:00:00 2001 From: AhFei Date: Thu, 5 Oct 2023 18:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'initial.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- initial.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initial.sh b/initial.sh index ee98f8d..3735be7 100644 --- a/initial.sh +++ b/initial.sh @@ -77,7 +77,7 @@ echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/e # echo "now geekbench5!" # ./geekbench5 > result_geekbench5.txt -docker run -d -e MODE=standalone -p 88:80 -it --name speedtest adolfintel/speedtest:latest +docker run -d -e MODE=standalone -p 80:80 -it --name speedtest adolfintel/speedtest:latest bash <(wget -qO- https://raw.githubusercontent.com/i-abc/GB5/main/gb5-test.sh)