Added neofetch logon for Archlinux

This commit is contained in:
Marcel Stangenberger 2025-03-30 11:30:47 +00:00
parent fcd9582f47
commit 839bb97d54

4
motd/install.archlinux Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
pacman -S neofetch
echo "neofetch" >> /etc/profile.d/mymotd.sh
chmod +x /etc/profile.d/mymotd.sh