We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5112598 commit 06722b7Copy full SHA for 06722b7
install/hst-install-ubuntu.sh
@@ -19,7 +19,7 @@ os='ubuntu'
19
release="$(lsb_release -s -r)"
20
codename="$(lsb_release -s -c)"
21
hestiacp="$HESTIA/install/$VERSION/$release"
22
-pma_v='4.8.3'
+pma_v='4.8.4'
23
24
# Defining software pack for all distros
25
software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
@@ -1103,7 +1103,7 @@ wget --quiet https://files.phpmyadmin.net/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-al
1103
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
1104
1105
# Delete file to prevent error
1106
-if [ "$pma_v" = '4.8.3' ]; then
+if [ "$pma_v" = '4.8.4' ]; then
1107
rm -fr /usr/share/phpmyadmin/doc/html
1108
fi
1109
0 commit comments