diff --git a/post/run.sh b/post/run.sh index 4b4825c..63b24d1 100644 --- a/post/run.sh +++ b/post/run.sh @@ -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