Skip to content

Commit adde42a

Browse files
authored
Update baikal-install.sh
1 parent d596ced commit adde42a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

install/baikal-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
msg_info "Installing Dependencies"
17-
$STD apt-get install -y apache2
18-
msg_ok "Installed Dependencies"
19-
2016
PG_VERSION="16" setup_postgresql
21-
PHP_APACHE="YES" PHP_MODULE="pgsql, dom" PHP_VERSION="8.2" setup_php
17+
PHP_APACHE="YES" PHP_MODULE="pgsql" PHP_VERSION="8.2" setup_php
2218
fetch_and_deploy_gh_release "baikal" "sabre-io/Baikal"
2319

2420
msg_info "Setting up PostgreSQL Database"

0 commit comments

Comments
 (0)