diff --git a/install/hst-install.sh b/install/hst-install.sh index 4f23a31..97412dd 100755 --- a/install/hst-install.sh +++ b/install/hst-install.sh @@ -1666,7 +1666,7 @@ if [ "$mysql" = 'yes' ] || [ "$mysql8" = 'yes' ]; then echo "[ * ] Installing phpMyAdmin version v$pma_v..." # Download latest phpmyadmin release - wget --quiet --retry-connrefused https://files.phpmyadmin.net/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-all-languages.tar.gz + wget --quiet --retry-connrefused https://data.brepo.ru/hestiacp/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-all-languages.zip # Unpack files tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz diff --git a/install/upgrade/upgrade.conf b/install/upgrade/upgrade.conf index e18382a..36e2501 100644 --- a/install/upgrade/upgrade.conf +++ b/install/upgrade/upgrade.conf @@ -43,7 +43,7 @@ multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0" "8.1" "8.2", "8.3") # Check if update is required by matching versions if version != current version run update # Set version of phpMyAdmin to install during upgrade if not already installed -pma_v='5.2.1' +pma_v='5.2.3' # Set version of phppgadmin to install during upgrade if not already installed pga_v='7.14.4'