From a752e437ce681f3ebf71352b2ef9b7ada00f2106 Mon Sep 17 00:00:00 2001 From: Jensfrank Date: Wed, 17 Jul 2024 21:52:33 +0800 Subject: [PATCH] Update Nlbench_beta.sh --- Nlbench_beta.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nlbench_beta.sh b/Nlbench_beta.sh index 230080d..77c40f3 100644 --- a/Nlbench_beta.sh +++ b/Nlbench_beta.sh @@ -210,7 +210,7 @@ run_script() { # YABS 1) echo -e "运行${YELLOW}YABS...${NC}" - wget -qO- yabs.sh | bash -s -- -5 -i | tee "$temp_file" + wget -qO- yabs.sh | bash | tee "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i 's/\.\.\./\.\.\.\n/g' "$temp_file" sed -i '/\.\.\./d' "$temp_file"