From 0c1985c0f4af485b7908235c07341845d6802819 Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 10:52:53 +0000 Subject: [PATCH] empty motd if exists --- post/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post/run.sh b/post/run.sh index cb1b4c4..a417b25 100644 --- a/post/run.sh +++ b/post/run.sh @@ -26,6 +26,7 @@ pacman --noconfirm -S iftop htop bash-completion iotop lsof screen neofetch neov ln -s /usr/bin/nvim /usr/bin/vi echo "Setup motd default..." +echo "" > /etc/motd echo "neofetch" >> /etc/profile.d/neofetch.sh chmod +x /etc/profile.d/neofetch.sh