Refactor: WordPress (#6837)

* Refactor

* Update wordpress-install.sh

* Update wordpress-install.sh
This commit is contained in:
Slaviša Arežina
2025-08-14 22:51:44 +02:00
committed by GitHub
parent 50410acf8d
commit 967b2a313f

View File

@ -13,13 +13,7 @@ setting_up_container
network_check network_check
update_os update_os
msg_info "Installing Dependencies (Patience)" PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="common,snmp,imap,mysql" PHP_APACHE="YES" setup_php
$STD apt-get install -y \
apache2 \
php8.2-{bcmath,common,cli,curl,fpm,gd,snmp,imap,mbstring,mysql,xml,zip} \
libapache2-mod-php
msg_ok "Installed Dependencies"
setup_mariadb setup_mariadb
msg_info "Setting up Database" msg_info "Setting up Database"