From 4e284a0cc002edfd8a60a6aa14269cf8dc9f71c9 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:54:40 +0200 Subject: [PATCH] Ensure ipmitool dependency is installed Added a check to ensure ipmitool dependency is installed. --- ct/librenms.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ct/librenms.sh b/ct/librenms.sh index c9ed36493..af9ed84dc 100644 --- a/ct/librenms.sh +++ b/ct/librenms.sh @@ -28,6 +28,9 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi + + ensure_dependencies ipmitool + if check_for_gh_release "librenms" "librenms/librenms"; then msg_info "Stopping Services" systemctl stop php8.4-fpm librenms-scheduler.timer