From 120a4dbe272effad3619845f5f3472c3b344c87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:55:44 +0200 Subject: [PATCH] Add ipmitool to the list of installed dependencies --- install/librenms-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 171010a93..5d69ad650 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -25,7 +25,8 @@ $STD apt install -y \ rrdtool \ snmp \ snmpd \ - whois + whois \ + ipmitool msg_ok "Installed Dependencies" msg_info "Installing Python Dependencies"