From 967b2a313fd0cfc595da2a5dd3c83e8c4a7516cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 14 Aug 2025 22:51:44 +0200 Subject: [PATCH] Refactor: WordPress (#6837) * Refactor * Update wordpress-install.sh * Update wordpress-install.sh --- install/wordpress-install.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/install/wordpress-install.sh b/install/wordpress-install.sh index 5cac5e956..add4bc7a9 100644 --- a/install/wordpress-install.sh +++ b/install/wordpress-install.sh @@ -13,13 +13,7 @@ setting_up_container network_check update_os -msg_info "Installing Dependencies (Patience)" -$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" - +PHP_VERSION="8.4" PHP_FPM="YES" PHP_MODULE="common,snmp,imap,mysql" PHP_APACHE="YES" setup_php setup_mariadb msg_info "Setting up Database"