From 2b78abbd0e4c9a53323aeb00c7c8db7399f10b22 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Wed, 23 Jul 2025 11:53:36 +0200 Subject: [PATCH] Update install-service.sh --- src/icinga2/install-service.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/icinga2/install-service.sh b/src/icinga2/install-service.sh index da3b358..7cff18a 100644 --- a/src/icinga2/install-service.sh +++ b/src/icinga2/install-service.sh @@ -14,12 +14,6 @@ # This should work without changes on future Debian versions. OS_CODENAME=$(source /etc/os-release && echo "$VERSION_CODENAME") -# Define the PHP version for the current OS release. -# For Debian 12 (Bookworm), this is 8.2. -# For a future Debian 13 (Trixie), you would likely change this to "8.3". -PHP_VERSION="8.2" - - # --- Service Functions --- _install() {