Commit 56530039 authored by Vitaly Lipatov's avatar Vitaly Lipatov

createbytask.int.sh: add php8.3

parent 9332467d
......@@ -406,6 +406,8 @@ epm update
echo "%_install_langs ru:en:C" >/etc/rpm/macros
epmi --auto --skip-installed glibc-locales
subst 's|#SystemMaxUse=|SystemMaxUse=50M|' /etc/systemd/journald.conf
# hack to drop tarball dir
rmdir *.tar 2>/dev/null
......@@ -460,6 +462,13 @@ for i in $PKGPROFILE ; do
tune_monit_apache2
install_php_modules php8.2
;;
apache2-php8.3)
tune_php /etc/php/8.?/apache2-mod_php/php.ini
tune_apache2
tune_local_memcached_redis
tune_monit_apache2
install_php_modules php8.3
;;
apache2-php7-mediawiki)
# FIXME:
tune_hosts_host03
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment