Skip to content

Commit 634a847

Browse files
authored
part-db: use helper-script php function (#8575)
1 parent c92f9d5 commit 634a847

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

install/part-db-install.sh

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,10 @@ setting_up_container
1313
network_check
1414
update_os
1515

16-
msg_info "Installing Dependencies"
17-
$STD apt install -y \
18-
ca-certificates \
19-
software-properties-common \
20-
apt-transport-https \
21-
lsb-release \
22-
php-{opcache,curl,gd,mbstring,xml,bcmath,intl,zip,xsl,pgsql} \
23-
libapache2-mod-php \
24-
composer
25-
msg_ok "Installed Dependencies"
26-
2716
NODE_VERSION="22" NODE_MODULE="yarn@latest" setup_nodejs
2817
PG_VERSION="16" setup_postgresql
18+
PHP_VERSION="8.4" PHP_APACHE="YES" PHP_MODULE="xsl,pgsql" setup_php
19+
setup_composer
2920

3021
msg_info "Setting up PHP"
3122
PHPVER=$(php -r 'echo PHP_MAJOR_VERSION . "." . PHP_MINOR_VERSION . "\n";')

0 commit comments

Comments
 (0)