Skip to content

Commit 1a8a34b

Browse files
authored
Typo fix (#5746)
1 parent c38b4c2 commit 1a8a34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/bookstack-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ update_os
1515

1616
msg_info "Installing Dependencies (Patience)"
1717
$STD apt-get install -y \
18-
apache2
19-
make
18+
apache2 \
19+
make
2020
msg_ok "Installed Dependencies"
2121

2222
PHP_MODULE="fpm, ldap, tidy, bz2, mysql" PHP_FPM="YES" PHP_APACHE="YES" PHP_VERSION="8.2" setup_php

0 commit comments

Comments
 (0)