Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save victorbalssa/93d5ce712710af6c7ea838f5332371fd to your computer and use it in GitHub Desktop.
Save victorbalssa/93d5ce712710af6c7ea838f5332371fd to your computer and use it in GitHub Desktop.
Add neofetch display to system login scripts
#!/bin/bash
sudo apt install neofetch
sudo cp motd.sh /etc/profile.d/motd.sh
sudo chmod +x /etc/profile.d/motd.sh
#!/bin/bash
printf "\n"
neofetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment