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