diff --git a/README.md b/README.md index 19c0d3c..9a3a69a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ cd git clone https://git.mneun.ch/radioelephant/admin-scripts.git ``` +You might need to install some utilities to be able to use the scripts in this repository. +To install all required dependencies, use the following command: + +```bash +sudo apt install moreutils bc lm-sensors +sudo sensors-detect --auto +``` + +To make sure a script is runnable, always run it manually first, before setting up cronjobs. +If the script produces any unexpected output, you might be missing utilities or the configuration. + Please also quickly read the [CHANGELOG](CHANGELOG.md) and confirm this by running `date > /root/scripts/.last_changelog_read`. This will be helpful when updating the admin scripts later on.