This commit is contained in:
swagg boi 2024-08-02 17:29:52 -04:00
parent 8f3b979e99
commit 01d3b33257
2 changed files with 2 additions and 2 deletions

View file

@ -116,7 +116,7 @@ perl -i.bak -pe 's/^#// if /Timeout/ && /\ds$/' /etc/systemd/system.conf
apt-get -y install udisks2 fwupd
# Set locale for date/time display
localectl set-locale LC_TIME='en_GB.UTF-8'
localectl set-locale LC_TIME='C.UTF-8'
# Stop here if there's no graphical UI
if [ "$(systemctl is-active display-manager)" = 'inactive' ]; then

View file

@ -61,4 +61,4 @@ apt-get -y install unifont bsdgames fortune-mod fortunes-bofh-excuses \
apt-file update
# Set locale for date/time display
localectl set-locale LC_TIME='en_GB.UTF-8'
localectl set-locale LC_TIME='C.UTF-8'