deb-update.bash: switch to en_US.utf8 and comment-lecture for three lines

This commit is contained in:
Aminda Suomalainen 2022-04-03 01:39:17 +03:00
parent 62725f5c25
commit 281cf1b07b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 2 deletions

View File

@ -5,8 +5,10 @@
# Show commands being executed
set -x
# Ensure standard/English
export LANG=C
# English (US) is generally installed everywhere, flatpak and packagekit use
# weird glyphs unavailable in C and C.utf8 is a RedHattism, which Debian
# side of the family doesn't recognise.
export LANG=en_US.utf8
# if hash checks that the command exists
if hash apt-get 2>/dev/null; then