mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-15 23:59:25 +01:00
deb-update.bash: switch to en_DK
This commit is contained in:
parent
5259e3794f
commit
7a3962d121
@ -5,9 +5,10 @@
|
||||
# Show commands being executed
|
||||
set -x
|
||||
|
||||
#export LANG=C.utf8
|
||||
# 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 apt-get 2> /dev/null; then
|
||||
|
Loading…
Reference in New Issue
Block a user