Skip to content

Commit 3904fb1

Browse files
authored
Update kimai-install.sh
1 parent b8ed5e3 commit 3904fb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/kimai-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ $STD curl -sSLo /tmp/debsuryorg-archive-keyring.deb https://packages.sury.org/de
3232
$STD dpkg -i /tmp/debsuryorg-archive-keyring.deb
3333
$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'
3434
$STD apt-get update
35-
3635
msg_ok "Setup PHP8.4 Repository"
36+
37+
msg_info "Setup PHP"
3738
$STD apt-get install -y \
3839
php8.4-{mbstring,gd,intl,common,mysql,zip,xml} \
3940
libapache2-mod-php8.4

0 commit comments

Comments
 (0)