added motd setup

This commit is contained in:
Marcel Stangenberger 2025-04-06 09:54:29 +00:00
parent badad3952f
commit 94f3a43782

View File

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