Change message of the day

This commit is contained in:
waal70
2025-10-12 15:12:24 +02:00
parent 70ebfadeb9
commit c25ef79674
18 changed files with 1001 additions and 96 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# motd inspired on https://github.com/NeonWizard/spookdev-motd
source /etc/update-motd.d/colors.txt
echo -e; toilet -d /etc/update-motd.d/ -f ivrit -W -F border --gay $(hostname)
echo ""
echo -e "${NC} System is running ${TEXT_COLOR}$(lsb_release -ds)${NC}, managed by ${TEXT_COLOR}Ansible"
echo ""