Update install-service.sh

This commit is contained in:
Thorsten Spille
2025-07-23 11:53:36 +02:00
committed by GitHub
parent e4fce2835f
commit 2b78abbd0e

View File

@@ -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() {