Standardize locale on all runs

This commit is contained in:
2025-10-10 23:26:44 +02:00
parent b82c598b53
commit 21e015a0c2
2 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
set -o errexit
set -o nounset
# Make sure to standardize locale, regardless of the machine config
#
# Having a different locale broke "yes | pacman -S" to force-install
# iptables, for example
export LC_ALL="en_US.UTF-8"
DOTDIR="/var/lib/dotfiles"
os_release_file=/etc/os-release