Fuckin finally

This commit is contained in:
swagg boi 2024-04-12 20:49:10 -04:00
parent 4932bb5b1f
commit 8f3b979e99
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -59,3 +59,6 @@ apt-get -y install unifont bsdgames fortune-mod fortunes-bofh-excuses \
htop iftop gcal pinentry-curses
apt-file update
# Set locale for date/time display
localectl set-locale LC_TIME='en_GB.UTF-8'