From ece74c16c3df16ca411f74e86bd8a4a7a641a948 Mon Sep 17 00:00:00 2001 From: AhFei Date: Mon, 26 Jun 2023 21:16:14 +0800 Subject: [PATCH] add ecs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加VPS融合怪服务器测评脚本 --- initial.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/initial.sh b/initial.sh index bc2f7aa..1b038de 100644 --- a/initial.sh +++ b/initial.sh @@ -62,6 +62,8 @@ fi # step 4: test cpu net etc +echo 1 | bash <(wget -qO- --no-check-certificate https://github.com/spiritLHLS/ecs/raw/main/ecs.sh) + wget https://cdn.geekbench.com/Geekbench-5.4.5-Linux.tar.gz && \ tar -xzvf Geekbench-*.tar.gz && rm Geekbench-*.tar.gz && \ mv Geek*/* ./ && rmdir Geekbench-* && \