From 14dfaa9bdebddb41ab2df524fdf2c73f1ab87764 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:13:07 +0100 Subject: [PATCH] fix php-pear & php8.2 deps --- install/phpipam-install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/phpipam-install.sh b/install/phpipam-install.sh index de60381f..e9cded1f 100644 --- a/install/phpipam-install.sh +++ b/install/phpipam-install.sh @@ -19,7 +19,8 @@ $STD apt-get install -y \ mc \ mariadb-server \ apache2 \ - php8.2-{pdo,mysql,sockets,gmp,ldap,simplexml,json,cli,mbstring,pear,gd,curl} + php8.2 php8.2-{fpm,curl,cli,mysql,gd,intl,imap,apcu,pspell,tidy,xmlrpc,mbstring,gmp,xml,ldap,common,snmp} \ + php-pear msg_ok "Installed Dependencies" msg_info "Setting up MariaDB" @@ -81,4 +82,4 @@ msg_info "Cleaning up" rm -rf "/opt/phpipam-v${RELEASE}.zip" $STD apt-get -y autoremove $STD apt-get -y autoclean -msg_ok "Cleaned" \ No newline at end of file +msg_ok "Cleaned"