Added local path of phpmyadmin
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user