deb-update.bash: C.utf8 has been glibc a few years now

This commit is contained in:
Aminda Suomalainen 2024-02-10 12:29:09 +02:00
parent 9815ff6d5e
commit 80b102a899
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 5 deletions

View File

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