mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 19:29:24 +01:00
deb-update.bash: switch to en_US.utf8 and comment-lecture for three lines
This commit is contained in:
parent
62725f5c25
commit
281cf1b07b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user