Update speedtest2.sh

This commit is contained in:
Mirei 2022-10-18 13:51:57 +03:30 committed by GitHub
parent 1544fa37e0
commit 1c99b3d4e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ sudo chmod 777 ../../../../../../etc/proxychains.conf
mv -f proxychains.conf ../../../../../../etc/proxychains.conf
#开始运行 Clash
sudo pkill -f clash
#./clash -f clash_config.yml &
./clash -f clash_config.yml &
#运行 LiteSpeedTest
chmod +x ./lite-linux-amd64
sudo nohup proxychains ./lite-linux-amd64 --config ./lite_config.json --test https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/Eternity.yml >speedtest.log 2>&1 &