mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user