From c0fbc9f772a9fd3f28112be77314a20699a6d7a1 Mon Sep 17 00:00:00 2001 From: Robin Meier Date: Wed, 20 Mar 2024 16:29:33 +0100 Subject: [PATCH] Add seciton about dependencies to installation section of README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.