We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783e9b1 commit 70d75bfCopy full SHA for 70d75bf
install/kimai-install.sh
@@ -35,6 +35,8 @@ $STD apt-get update
35
msg_ok "Setup PHP8.4 Repository"
36
37
msg_info "Setup PHP"
38
+$STD apt-get remove -y php8.2*
39
+$STD apt-get remove -y php8.3*
40
$STD apt-get install -y \
41
php8.4 \
42
php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \
0 commit comments