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 627d3ceCopy full SHA for 627d3ce
install/hst-install-debian.sh
@@ -19,7 +19,7 @@ os='debian'
19
release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
20
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
21
hestiacp="$HESTIA/install/$VERSION/$release"
22
-pma_v='4.8.3'
+pma_v='4.8.4'
23
24
if [ "$release" -eq 9 ]; then
25
software="nginx apache2 apache2-utils apache2-suexec-custom
@@ -1138,7 +1138,7 @@ wget --quiet https://files.phpmyadmin.net/phpMyAdmin/$pma_v/phpMyAdmin-$pma_v-al
1138
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
1139
1140
# Delete file to prevent error
1141
-if [ "$pma_v" = '4.8.3' ]; then
+if [ "$pma_v" = '4.8.4' ]; then
1142
rm -fr /usr/share/phpmyadmin/doc/html
1143
fi
1144
0 commit comments