From ee739e21fe4981a22cd51dafd11d5fcbd973a8e5 Mon Sep 17 00:00:00 2001 From: Walter Sonius Date: Sat, 7 Nov 2020 02:01:56 +0100 Subject: [PATCH] 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 --- doc/Installation/Install-LibreNMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Installation/Install-LibreNMS.md b/doc/Installation/Install-LibreNMS.md index 911bcc1e2f..277267a938 100644 --- a/doc/Installation/Install-LibreNMS.md +++ b/doc/Installation/Install-LibreNMS.md @@ -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