deb-update.bash: switch to en_DK

This commit is contained in:
Aminda Suomalainen 2024-07-21 09:45:23 +03:00
parent 5259e3794f
commit 7a3962d121
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -5,9 +5,10 @@
# Show commands being executed # Show commands being executed
set -x set -x
#export LANG=C.utf8
# This is said to be a poor practice that should only be used for debugging # This is said to be a poor practice that should only be used for debugging
export LC_ALL=C.utf8 #export LC_ALL=C.utf8
# More universally supported even on older systems
export LC_ALL="en_DK.UTF-8"
# if hash checks that the command exists # if hash checks that the command exists
if hash apt-get 2> /dev/null; then if hash apt-get 2> /dev/null; then