deb-update.bash: export LANG=C

This commit is contained in:
Aminda Suomalainen 2022-04-01 21:53:37 +03:00
parent 590f6d29bb
commit 01868740ca
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -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