Skip to content

Commit 70d75bf

Browse files
authored
remove 8.2 / 8.3
1 parent 783e9b1 commit 70d75bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/kimai-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ $STD apt-get update
3535
msg_ok "Setup PHP8.4 Repository"
3636

3737
msg_info "Setup PHP"
38+
$STD apt-get remove -y php8.2*
39+
$STD apt-get remove -y php8.3*
3840
$STD apt-get install -y \
3941
php8.4 \
4042
php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \

0 commit comments

Comments
 (0)