additional locale settings

This commit is contained in:
清靈語 2023-01-11 13:44:55 +08:00 committed by GitHub
parent 373766bee3
commit a409c63832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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