gagle / raspberrypi-motd

Message of the Day for the Raspberry Pi.
MIT License
194 stars 75 forks source link

motd

Message of the Day for the Raspberry Pi

Written in pure Bash. No need to install any package. Tested with the Arch Linux ARM and Raspbian distributions.

Download and save the motd.sh bash script in the Raspberry Pi. Remember to add execution permissions and change the owner:

$ sudo chown root:root motd.sh
$ sudo chmod +x motd.sh

The following steps may vary depending on the OS. Arch Linux ARM is assumed.

Note: If you don't see the degree Celsius character correctly (º) make sure you have enabled a UTF8 locale (Arch Linux locales).