Compare commits

...

2 Commits

Author SHA1 Message Date
Slaviša Arežina 120a4dbe27 Add ipmitool to the list of installed dependencies 2026-08-02 15:55:44 +02:00
Slaviša Arežina 4e284a0cc0 Ensure ipmitool dependency is installed
Added a check to ensure ipmitool dependency is installed.
2026-08-02 15:54:40 +02:00
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -28,6 +28,9 @@ function update_script() {
msg_error "No ${APP} Installation Found!" msg_error "No ${APP} Installation Found!"
exit exit
fi fi
ensure_dependencies ipmitool
if check_for_gh_release "librenms" "librenms/librenms"; then if check_for_gh_release "librenms" "librenms/librenms"; then
msg_info "Stopping Services" msg_info "Stopping Services"
systemctl stop php8.4-fpm librenms-scheduler.timer systemctl stop php8.4-fpm librenms-scheduler.timer
+2 -1
View File
@@ -25,7 +25,8 @@ $STD apt install -y \
rrdtool \ rrdtool \
snmp \ snmp \
snmpd \ snmpd \
whois whois \
ipmitool
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Python Dependencies" msg_info "Installing Python Dependencies"