From 5cadba9b9981ee47dc743ea80712b398324bdc55 Mon Sep 17 00:00:00 2001 From: MickLesk Date: Wed, 24 Jun 2026 21:49:28 +0200 Subject: [PATCH] fix(librenms): remove git from install dependencies git is no longer needed since both install and update use the tarball approach --- install/librenms-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install/librenms-install.sh b/install/librenms-install.sh index 999b03948..9fa2a0f27 100644 --- a/install/librenms-install.sh +++ b/install/librenms-install.sh @@ -17,7 +17,6 @@ msg_info "Installing Dependencies" $STD apt install -y \ acl \ fping \ - git \ graphviz \ imagemagick \ mtr-tiny \