#!/bin/bash
apt install neofetch -y
echo "#!/bin/bash" > motd.sh
echo "neofetch" >> motd.sh
mv motd.sh /etc/profile.d/motd.sh
chmod +x /etc/profile.d/motd.sh
