Install NetoFetch First:
sudo apt install neofetch sudo cp motd.sh /etc/profile.d/motd.sh sudo chmod +x /etc/profile.d/motd.sh
Open the motd.sh filw using text editor and paste below:
#!/bin/bash printf "\n" neofetch
Exit from shell and re-login- Voila!