From 1a8a34b533c6c7eeafea9b2d3d8263f259e63832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 6 Jul 2025 10:43:18 +0200 Subject: [PATCH] Typo fix (#5746) --- install/bookstack-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/bookstack-install.sh b/install/bookstack-install.sh index b2f2cc126..b279a87e9 100644 --- a/install/bookstack-install.sh +++ b/install/bookstack-install.sh @@ -15,8 +15,8 @@ update_os msg_info "Installing Dependencies (Patience)" $STD apt-get install -y \ - apache2 -make + apache2 \ + make msg_ok "Installed Dependencies" PHP_MODULE="fpm, ldap, tidy, bz2, mysql" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.2" setup_php