Update Nlbench.sh

This commit is contained in:
Jensfrank 2024-07-21 10:58:48 +08:00 committed by GitHub
parent a37f17f3bb
commit 024f12fb46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -298,7 +298,7 @@ run_script() {
# YABS # YABS
1) 1)
echo -e "运行${YELLOW}YABS...${NC}" echo -e "运行${YELLOW}YABS...${NC}"
curl -sL yabs.sh | bash -s -- -i -5 | tee "$temp_file" curl -sL yabs.sh | bash -s -- -i -5 -6 | tee "$temp_file"
sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file" sed -i 's/\x1B\[[0-9;]*[JKmsu]//g' "$temp_file"
sed -i 's/\.\.\./\.\.\.\n/g' "$temp_file" sed -i 's/\.\.\./\.\.\.\n/g' "$temp_file"
sed -i '/\.\.\./d' "$temp_file" sed -i '/\.\.\./d' "$temp_file"