From 94f3a43782c34ffc08dcd4aaeac943e3641e2a4b Mon Sep 17 00:00:00 2001 From: Marcel Stangenberger Date: Sun, 6 Apr 2025 09:54:29 +0000 Subject: [PATCH] added motd setup --- post/run.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/post/run.sh b/post/run.sh index 4b4825c..63b24d1 100644 --- a/post/run.sh +++ b/post/run.sh @@ -24,6 +24,10 @@ systemctl enable ip6tables echo "Install minimal required packages..." pacman -S -q iftop htop bash-completion iotop lsof screen neofetch +echo "Setup motd default..." +echo "neofetch" >> /etc/profile.d/neofetch.sh +chmod +x /etc/profile.d/neofetch.sh + echo "All done, reboot in 5 seconds..." sleep 5 reboot