mirror of
https://huihui.cat/mirrors/MikroTikPatch.git
synced 2025-12-10 03:24:37 +01:00
Update chr.sh
Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
parent
1691d01550
commit
5eee7b4dbb
1 changed files with 2 additions and 2 deletions
4
chr.sh
4
chr.sh
|
|
@ -51,8 +51,8 @@ select_language() {
|
||||||
echo "Select your language:"
|
echo "Select your language:"
|
||||||
echo "1. English"
|
echo "1. English"
|
||||||
echo "2. 简体中文"
|
echo "2. 简体中文"
|
||||||
read -p "Please choose an option [1-2]" language_choice
|
ask_until "Please choose an option" "1"
|
||||||
case $language_choice in
|
case $resp in
|
||||||
1)
|
1)
|
||||||
MSG_ARCH="Arch:"
|
MSG_ARCH="Arch:"
|
||||||
MSG_BOOTMODE="BootMode:"
|
MSG_BOOTMODE="BootMode:"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue