mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-08 13:29:58 +00:00
core: 修复非英文环境下无法获得硬盘 id
This commit is contained in:
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user