Update chr.sh

Signed-off-by: elseif <elseif@live.cn>
This commit is contained in:
elseif 2025-09-25 19:15:43 +08:00 committed by GitHub
parent 1691d01550
commit 5eee7b4dbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
chr.sh
View file

@ -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:"