4 lines
108 B
Bash
4 lines
108 B
Bash
#!/bin/bash
|
|
pacman -S neofetch
|
|
echo "neofetch" >> /etc/profile.d/mymotd.sh
|
|
chmod +x /etc/profile.d/mymotd.sh |