(motd): Disable motd, enable fastfetch if available.

This commit is contained in:
heavy@hetzner 2025-10-30 15:02:41 +00:00
parent c8f54de1f6
commit 6ef9f23293

View File

@ -1,9 +1,12 @@
if [ -d /etc/update-motd.d ]; then
for f in /etc/update-motd.d/* ; do
. "$f"
done
fi
#if [ -d /etc/update-motd.d ]; then
# for f in /etc/update-motd.d/* ; do
# . "$f"
# done
#fi
if [ -x fastfetch ]; then
fastfetch
fi
if [ -x neofetch ]; then
neofetch
fi