1
0
mirror of https://github.com/bin456789/reinstall.git synced 2025-08-22 01:01:52 +00:00

core: 修复非英文环境下无法获得硬盘 id

This commit is contained in:
bin456789
2024-02-24 15:06:24 +08:00
parent 85434ae7a4
commit 7fe9738921

@@ -5,6 +5,9 @@ set -eE
confhome=https://raw.githubusercontent.com/bin456789/reinstall/main confhome=https://raw.githubusercontent.com/bin456789/reinstall/main
github_proxy=raw.gitmirror.com github_proxy=raw.gitmirror.com
# https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html
export LC_ALL=C
this_script=$(realpath "$0") this_script=$(realpath "$0")
trap 'trap_err $LINENO $?' ERR trap 'trap_err $LINENO $?' ERR