From a409c6383252ee46d964a17855167c77fbd57351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=85=E9=9D=88=E8=AA=9E?= Date: Wed, 11 Jan 2023 13:44:55 +0800 Subject: [PATCH] additional locale settings --- install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install b/install index 799498d..d12664a 100755 --- a/install +++ b/install @@ -79,6 +79,8 @@ wpaConf="/etc/wpa_supplicant/wpa_supplicant.conf" export DEBIAN_FRONTEND=noninteractive export APT_LISTCHANGES_FRONTEND=none export LANG=C.UTF-8 +export LANGUAGE=C +export LC_ALL=C.UTF-8 if [ -f /etc/armbian-release ]; then . /etc/armbian-release