From 572bc93fa3fa3bcf8563ad5383f66a817151dea7 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 22 Jul 2023 22:32:53 +0200 Subject: [PATCH] =?utf8?q?Dodanie=20wywo=C5=82a=C5=84=20narz=C4=99dzia=20n?= =?utf8?q?otifier=20do=20motd2=20-=20narz=C4=99dzie=20motd2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- tools/000/motd2 | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/tools/000/motd2 b/tools/000/motd2 index da11dcc..e9d11f6 100755 --- a/tools/000/motd2 +++ b/tools/000/motd2 @@ -35,15 +35,8 @@ echo -e " \t$(uptime | grep -o "load.*$" | tr [a-z] [A-Z])"; echo; echo -e "morketsmerke.org @ 2023 https://github.com/xf0r3m/immudex"; echo; -#/usr/local/bin/immudex_upgrade --check --print; -#if [ $? -ne 0 ]; then -# echo -e "\e[31mThere is no internet connection or internal error.\e[0m"; -# if [ -f /tmp/feed.xml ] && [ ! -s /tmp/feed.xml ]; then -# rm -f /tmp/feed.xml; -# fi -#else -# if [ "$USER" = "xf0r3m" ]; then -# sudo apt update > /tmp/update.log 2>&1 && tail -1 /tmp/update.log; -# fi -#fi +echo "===================================================================="; +/usr/local/bin/notifier distro; +echo "===================================================================="; +/usr/local/bin/notifier packages; echo "===================================================================="; -- 2.39.5