Update kimai-install.sh

This commit is contained in:
CanbiZ 2025-01-20 14:06:39 +01:00 committed by GitHub
parent b8ed5e3987
commit 3904fb1981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,9 @@ $STD curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/de
$STD dpkg -i /tmp/debsuryorg-archive-keyring.deb
$STD sh -c 'echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
$STD apt-get update
msg_ok "Setup PHP8.4 Repository"
msg_info "Setup PHP"
$STD apt-get install -y \
php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \
libapache2-mod-php8.4