Skip to content

Instantly share code, notes, and snippets.

@Refalm
Created June 19, 2023 20:01
Show Gist options
  • Save Refalm/8404df5f60bf4d11450679321d96cc7d to your computer and use it in GitHub Desktop.
Save Refalm/8404df5f60bf4d11450679321d96cc7d to your computer and use it in GitHub Desktop.
Debian MOTD
apt-get install -y figlet lsb-release python3-utmp bc debian-goodies git && cd /tmp && git clone https://github.com/ldidry/dynamic-motd.git && cd dynamic-motd/ && sed -e "s/python/python3/" -i update-motd.d/20-system-info update-motd.d/sysinfo.py && cp -r update-motd.d/ /etc && rm -f /etc/motd && ln -s /var/run/motd /etc/motd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment