From 9c112a646ee2ffdd67201dd20b29014dcac9ffef Mon Sep 17 00:00:00 2001 From: Mirei <42766108+mahdibland@users.noreply.github.com> Date: Tue, 22 Nov 2022 21:06:27 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Update=20Dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/airport/speedtest/lite_config_yaml_airport.json | 2 +- utils/airport/speedtest/speedtest2_yaml.sh | 3 ++- utils/airport/speedtest/speedtest2_yamlc.sh | 3 ++- utils/speedtest/lite_config_yaml.json | 2 +- utils/speedtest/speedtest2_yaml.sh | 2 +- utils/speedtest/speedtest2_yamlc.sh | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/utils/airport/speedtest/lite_config_yaml_airport.json b/utils/airport/speedtest/lite_config_yaml_airport.json index a620e686a..7d5134a3d 100644 --- a/utils/airport/speedtest/lite_config_yaml_airport.json +++ b/utils/airport/speedtest/lite_config_yaml_airport.json @@ -10,5 +10,5 @@ "language": "en", "fontSize": 24, "theme": "rainbow", - "generatePicMode": 0 + "generatePicMode": 3 } diff --git a/utils/airport/speedtest/speedtest2_yaml.sh b/utils/airport/speedtest/speedtest2_yaml.sh index 29452a638..75d67dec5 100644 --- a/utils/airport/speedtest/speedtest2_yaml.sh +++ b/utils/airport/speedtest/speedtest2_yaml.sh @@ -1,5 +1,6 @@ #准备好所需文件 -wget -O lite-linux-amd64 https://github.com/mahdibland/SSAggregator/releases/download/1.0.0/lite-linux-amd64-12 +wget -O lite-linux-amd64.zip https://github.com/xxf098/LiteSpeedTest/releases/download/v0.13.1/lite-linux-amd64-v0.13.1.gz +gzip -d lite-linux-amd64.zip wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/airport/speedtest/lite_config_yaml_airport.json #运行 LiteSpeedTest chmod +x ./lite-linux-amd64 diff --git a/utils/airport/speedtest/speedtest2_yamlc.sh b/utils/airport/speedtest/speedtest2_yamlc.sh index ab58edc21..c12b2cb30 100644 --- a/utils/airport/speedtest/speedtest2_yamlc.sh +++ b/utils/airport/speedtest/speedtest2_yamlc.sh @@ -1,7 +1,8 @@ # Clash wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-linux-amd64-v1.11.8.gz gunzip clash.gz -wget -O lite-linux-amd64 https://github.com/mahdibland/SSAggregator/releases/download/1.0.0/lite-linux-amd64-12 +wget -O lite-linux-amd64.zip https://github.com/xxf098/LiteSpeedTest/releases/download/v0.13.1/lite-linux-amd64-v0.13.1.gz +gzip -d lite-linux-amd64.zip wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config_eu.yml wget -O proxychains.conf https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/proxychains.conf wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/airport/speedtest/lite_config_yaml_airport.json diff --git a/utils/speedtest/lite_config_yaml.json b/utils/speedtest/lite_config_yaml.json index bbfbf6009..0c7ed66f0 100644 --- a/utils/speedtest/lite_config_yaml.json +++ b/utils/speedtest/lite_config_yaml.json @@ -10,5 +10,5 @@ "language": "en", "fontSize": 24, "theme": "rainbow", - "generatePicMode": 0 + "generatePicMode": 3 } diff --git a/utils/speedtest/speedtest2_yaml.sh b/utils/speedtest/speedtest2_yaml.sh index 287e28123..0a95938de 100644 --- a/utils/speedtest/speedtest2_yaml.sh +++ b/utils/speedtest/speedtest2_yaml.sh @@ -1,6 +1,6 @@ #准备好所需文件 wget -O lite-linux-amd64.zip https://github.com/xxf098/LiteSpeedTest/releases/download/v0.13.1/lite-linux-amd64-v0.13.1.gz -gzip -d lite-linux-amd64-v0.13.1.gz +gzip -d lite-linux-amd64.zip wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/lite_config_yaml.json #运行 LiteSpeedTest chmod +x ./lite-linux-amd64 diff --git a/utils/speedtest/speedtest2_yamlc.sh b/utils/speedtest/speedtest2_yamlc.sh index 10ed6c381..52dfe9522 100644 --- a/utils/speedtest/speedtest2_yamlc.sh +++ b/utils/speedtest/speedtest2_yamlc.sh @@ -2,7 +2,7 @@ wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-linux-amd64-v1.11.8.gz gunzip clash.gz wget -O lite-linux-amd64.zip https://github.com/xxf098/LiteSpeedTest/releases/download/v0.13.1/lite-linux-amd64-v0.13.1.gz -gzip -d lite-linux-amd64-v0.13.1.gz +gzip -d lite-linux-amd64.zip wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config_eu.yml wget -O proxychains.conf https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/proxychains.conf wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/lite_config_yaml.json