From 01868740cae069281093c6b82fdce23bd5328cdb Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 1 Apr 2022 21:53:37 +0300 Subject: [PATCH] deb-update.bash: export LANG=C --- bash/deb-update.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/deb-update.bash b/bash/deb-update.bash index 23f45cb..dfc5137 100755 --- a/bash/deb-update.bash +++ b/bash/deb-update.bash @@ -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