From aaabe5628e5dace767d69e405e7de87c224ea184 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 25 Jan 2023 19:54:39 +0800 Subject: [PATCH] Update debian.sh --- scripts/update/debian.sh | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/scripts/update/debian.sh b/scripts/update/debian.sh index d410cc65b..e23dc2452 100644 --- a/scripts/update/debian.sh +++ b/scripts/update/debian.sh @@ -3,11 +3,15 @@ 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 en_US.UTF-8 -export LC_CTYPE=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 -export LANG=en_US.UTF-8 +# 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 + + +# echo "LC_ALL=en_US.UTF-8" > /etc/default/locale +# echo "LANG=en_US.UTF-8" > /etc/default/locale if grep -Eq "Ubuntu" /etc/*-release; then