From 04d95b4aee0a8dd1d0dfebfa249ad6307f0fb828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:38:48 +0200 Subject: [PATCH] Apply suggestion from @tremor021 --- install/nagios-install.sh | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/install/nagios-install.sh b/install/nagios-install.sh index fea71f54f..53185de4f 100644 --- a/install/nagios-install.sh +++ b/install/nagios-install.sh @@ -17,23 +17,19 @@ msg_info "Installing Dependencies" $STD apt install -y \ autoconf \ automake \ - gcc \ - libc6 \ - libgd-dev \ - libmcrypt-dev \ - libnet-snmp-perl \ - libssl-dev \ - make \ - openssl \ - php \ - apache2 \ - apache2-utils \ build-essential \ bc \ dc \ gawk \ gperf \ gettext \ + libc6 \ + libgd-dev \ + libmcrypt-dev \ + libnet-snmp-perl \ + libssl-dev \ + php \ + apache2 \ snmp \ unzip \ wget