tinymotd
tinymotd copied to clipboard
Added check for running as root before running 'apt update'
A super simple update which does two things:
- Adds an extra -q to apt update to silence "xx packages can be upgraded." messages.
- Adds a check to make sure the script is running as root before running apt update
This is my first pull request so hopefully it comes through correctly.