empty motd if exists

This commit is contained in:
2025-04-06 10:52:53 +00:00
parent 1281e085c8
commit 0c1985c0f4

View File

@@ -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