Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Dec 3, 2023
1 parent 5d182dc commit 68345d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chimeraos/airootfs/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sleep 2
TARGET="stable"
while ! ( curl -Ls https://baidu.com | grep '<html' > /dev/null ); do
whiptail \
"未检测到互联网连接。请使用网络配置工具激活网络,然后选择 <退出> 以退出工具并继续安装。" \
"未检测到互联网连接。请使用网络配置工具激活网络,然后选择 <Quit> 以退出工具并继续安装。" \
12 50 \
--yesno \
--yes-button "网络配置" \
Expand All @@ -35,13 +35,13 @@ while ! ( curl -Ls https://baidu.com | grep '<html' > /dev/null ); do
exit 1
fi

LANG=zh_CN.UFT-8 nmtui-connect
nmtui-connect
done
#######################################

MOUNT_PATH=/tmp/frzr_root

if ! LANG=zh_CN.UFT-8 frzr-bootstrap gamer; then
if ! frzr-bootstrap gamer; then
whiptail --msgbox "系统引导步骤失败\n输入 ./install.sh 可以重新开始" 10 50
exit 1
fi
Expand Down

0 comments on commit 68345d9

Please sign in to comment.