mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
core: 修复批处理乱码
This commit is contained in:
@ -1645,8 +1645,8 @@ if is_in_windows; then
|
||||
fi
|
||||
|
||||
# 更改 windows 命令输出语言为英文
|
||||
# chcp.com 437 # 会清屏
|
||||
mode.com con cp select=437 >/dev/null
|
||||
# chcp.com 65001 # 会清屏
|
||||
mode.com con cp select=65001 >/dev/null
|
||||
fi
|
||||
|
||||
# 检查 root
|
||||
|
||||
Reference in New Issue
Block a user