mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-23 03:39:23 +01:00
deb-update.bash: export LANG=C
This commit is contained in:
parent
590f6d29bb
commit
01868740ca
@ -5,6 +5,9 @@
|
|||||||
# Show commands being executed
|
# Show commands being executed
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
# Ensure standard/English
|
||||||
|
export LANG=C
|
||||||
|
|
||||||
# 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
|
||||||
# I am not sure if -y here even does anything, at least it won't work for
|
# I am not sure if -y here even does anything, at least it won't work for
|
||||||
|
Loading…
Reference in New Issue
Block a user