From 8b2c076e2eeb660af0a2fea20c7e6c453a462c68 Mon Sep 17 00:00:00 2001 From: Alexey Berezhok Date: Tue, 18 Nov 2025 23:14:29 +0300 Subject: [PATCH] Added php versions to upgrade.conf, fixed errors --- install/hst-install.sh | 2 +- install/upgrade/upgrade.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/hst-install.sh b/install/hst-install.sh index afefc49..3c3d5f7 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -42,7 +42,7 @@ HESTIA_INSTALL_VER='1.9.6.rpm-alpha' # Dependencies mariadb_v="10.11" -multiphp_v=("74" "80" "81" "82" "83", "84", "85") +multiphp_v=("74" "80" "81" "82" "83" "84" "85") # default PHP version php_v="82" diff --git a/install/upgrade/upgrade.conf b/install/upgrade/upgrade.conf index 7ff78ed..209f06c 100644 --- a/install/upgrade/upgrade.conf +++ b/install/upgrade/upgrade.conf @@ -35,7 +35,7 @@ UPGRADE_RESTART_SERVICES='true' ####################################################################################### # Supported PHP versions -multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2", "8.3", "8.4", "8.5") +multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2" "8.3" "8.4" "8.5") ####################################################################################### ####### 3rd Party Software Updates #######