From 97d2fd5a63e916c4fbca6da9667803668b2d5903 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 28 Jan 2023 10:50:31 +0800 Subject: [PATCH] Update debian.sh --- scripts/update/debian.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/update/debian.sh b/scripts/update/debian.sh index e23dc2452..d859784f2 100644 --- a/scripts/update/debian.sh +++ b/scripts/update/debian.sh @@ -3,11 +3,11 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH export DEBIAN_FRONTEND=noninteractive -# apt install -y locate -# locale-gen C.UTF-8 -# export LC_CTYPE=C.UTF-8 -# export LC_ALL=C.UTF-8 -# export LANG=C.UTF-8 +apt install -y locate +locale-gen en_US.UTF-8 +export LC_CTYPE=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 +export LANG=en_US.UTF-8 # echo "LC_ALL=en_US.UTF-8" > /etc/default/locale