From 70d75bf53e2b377aed847bd2e0ff3b4ffcae9224 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:22:06 +0100 Subject: [PATCH] remove 8.2 / 8.3 --- install/kimai-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/kimai-install.sh b/install/kimai-install.sh index 1eceac7d..88d5e664 100644 --- a/install/kimai-install.sh +++ b/install/kimai-install.sh @@ -35,6 +35,8 @@ $STD apt-get update msg_ok "Setup PHP8.4 Repository" msg_info "Setup PHP" +$STD apt-get remove -y php8.2* +$STD apt-get remove -y php8.3* $STD apt-get install -y \ php8.4 \ php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \