From 03741705f3ee36e3462fe30500a7f281faca869a Mon Sep 17 00:00:00 2001 From: NastyaGrifon Date: Fri, 9 Aug 2024 23:44:55 +0400 Subject: [PATCH 1/2] Fixed the example commands in README_EN.md The original commands never set the language to English, now it does --- README_EN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_EN.md b/README_EN.md index 73a08d1a..180914c4 100644 --- a/README_EN.md +++ b/README_EN.md @@ -67,22 +67,22 @@ This script was modified based on [CoiaPrant/MediaUnlock_Test](https://github.co **General Use** ````bash -bash <(curl -L -s https://git.io/JRw8R) -E +bash <(curl -L -s https://git.io/JRw8R) -E en ```` **Test IPv4 Result Only** ````bash -bash <(curl -L -s https://git.io/JRw8R) -E -M 4 +bash <(curl -L -s https://git.io/JRw8R) -E en -M 4 ```` **Test IPv6 Result Only** ````bash -bash <(curl -L -s https://git.io/JRw8R) -E -M 6 +bash <(curl -L -s https://git.io/JRw8R) -E en -M 6 ```` **Specify a Certain Interface to be Tested** ````bash -bash <(curl -L -s https://git.io/JRw8R) -E -I eth0 +bash <(curl -L -s https://git.io/JRw8R) -E en -I eth0 ```` **Or run in docker** From feef09e8c017ea719a1e50d6e6710f4135b34c76 Mon Sep 17 00:00:00 2001 From: NastyaGrifon Date: Fri, 9 Aug 2024 23:48:25 +0400 Subject: [PATCH 2/2] Fixed small typo in English in check.sh --- check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check.sh b/check.sh index 2ec2c4b5..d5136d08 100644 --- a/check.sh +++ b/check.sh @@ -5865,7 +5865,7 @@ function showGoodbye() { echo -e "${Font_Yellow}Number of Script Runs for Today: ${TODAY_RUN_TIMES}; Total Number of Script Runs: ${TOTAL_RUN_TIMES}${Font_Suffix}" echo -e '' echo -e "=========================================================" - echo -e "${Font_Red}If you found this script helpful, you can but me a coffee${Font_Suffix}" + echo -e "${Font_Red}If you found this script helpful, you can buy me a coffee${Font_Suffix}" echo -e '' echo -e "LTC: LQD4S6Y5bu3bHX6hx8ASsGHVfaqFGFNTbx" echo -e "========================================================="