mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user