Added local path of phpmyadmin

This commit is contained in:
Alexey Berezhok
2025-11-11 23:46:20 +03:00
parent fd667cd08b
commit bb547d1d9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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