mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +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
|
||||
set -x
|
||||
|
||||
# Ensure standard/English
|
||||
export LANG=C
|
||||
|
||||
# if hash checks that the command exists
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user