From 80b102a899794fd61e0bc4ebead1a63afa0d6890 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 10 Feb 2024 12:29:09 +0200 Subject: [PATCH] deb-update.bash: C.utf8 has been glibc a few years now --- bash/deb-update.bash | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index e1ced51..f5a929e 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -5,12 +5,9 @@ # Show commands being executed set -x -# English (US) is generally installed everywhere, flatpak and packagekit use -# weird glyphs unavailable in C and C.utf8 is a RedHattism, which Debian -# side of the family doesn't recognise. -#export LANG=en_US.utf8 +#export LANG=C.utf8 # This is said to be a poor practice that should only be used for debugging -export LC_ALL=en_US.utf8 +export LC_ALL=C.utf8 # if hash checks that the command exists if hash apt-get 2>/dev/null; then