Add seciton about dependencies to installation section of README
This commit is contained in:
parent
6c07338283
commit
c0fbc9f772
11
README.md
11
README.md
|
|
@ -25,6 +25,17 @@ cd
|
||||||
git clone https://git.mneun.ch/radioelephant/admin-scripts.git
|
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`.
|
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.
|
This will be helpful when updating the admin scripts later on.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue