File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ for service in $service_list; do
5656 " $service " = " php7.1-fpm" -o \
5757 " $service " = " php7.2-fpm" -o \
5858 " $service " = " php7.3-fpm" -o \
59+ " $service " = " php7.4-fpm" -o \
5960 " $service " = " proftpd" -o \
6061 " $service " = " ssh" -o \
6162 " $service " = " fail2ban" ]; then
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
2424# Define software versions
2525pma_v=' 4.9.2'
26- multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" )
26+ multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4 " )
2727fpm_v=" 7.3"
2828
2929if [ " $release " -eq 8 ]; then
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323
2424# Define software versions
2525pma_v=' 4.9.2'
26- multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" )
26+ multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4 " )
2727fpm_v=" 7.3"
2828
2929# Defining software pack for all distros
Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.4.0
4+ Version: 7.4.1
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments