Fuckin finally
This commit is contained in:
parent
4932bb5b1f
commit
8f3b979e99
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue