Extend Debian instructions with Raspberry Pi OS (#12302)

* Extend Debian instructions with Raspberry Pi OS

The Debian 10 part of the install instructions for LibreNMS just need a different bash location to be compatible on Raspberry Pi OS, formerly known as Raspbian which is based on Debian 10 Buster.

* Update Install-LibreNMS.md

Co-authored-by: Jellyfrog <Jellyfrog@users.noreply.github.com>
This commit is contained in:
Walter Sonius
2020-11-07 02:01:56 +01:00
committed by GitHub
parent e781537b56
commit ee739e21fe

View File

@@ -61,7 +61,7 @@ Connect to the server command line and follow the instructions below.
## Add librenms user
```
useradd librenms -d /opt/librenms -M -r -s /usr/bin/bash
useradd librenms -d /opt/librenms -M -r -s "$(which bash)"
```
## Download LibreNMS