From ef849c96b2eac85cbed68b865aa983197cc14a83 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 12 Feb 2025 09:18:06 +0100 Subject: [PATCH] =?utf8?q?Uog=C3=B3lnienie=20skryptu=20motd?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- motd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/motd b/motd index 0bb6289..68468f0 100755 --- a/motd +++ b/motd @@ -3,8 +3,7 @@ # Deps: figlet lolcat # Deps GH: https://github.com/xero/figlet-fonts -> /usr/share/figlet-fonts; -echo "hostname" | /usr/bin/figlet | lolcat -echo; +echo "hostname" | /usr/bin/figlet -c -f /usr/share/figlet-fonts/3d.flf | lolcat; echo "Today is: $(date)"; echo; echo "System summary: "; @@ -37,6 +36,6 @@ else fi echo -e " \t$(uptime | grep -o "load.*$" | tr [a-z] [A-Z])"; echo; -echo -e "ZS, CKU w GRONOWIE @ 2025 https://zsgronowo.edu.pl"; +echo -e "morketsmerke.org @ 2024 https://github.com/xf0r3m/immudex"; echo; echo "===================================================================="; -- 2.39.5