set C.UTF-8 by default

This commit is contained in:
Tobias Powalowski 2024-06-14 07:49:41 +02:00
parent b2f7d6adeb
commit b7133479ab

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-or-later
# created by Tobias Powalowski <tpowa@archlinux.org>
LANG=C
LANG=C.UTF-8
. /etc/archboot/defaults
_BASENAME=${0##*/}
_RUNNING_ARCH="$(uname -m)"