Skip to content

Commit 627d3ce

Browse files
Update phpMyAdmin to 4.8.4
1 parent 5112598 commit 627d3ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ os='debian'
1919
release=$(cat /etc/debian_version|grep -o [0-9]|head -n1)
2020
codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
2121
hestiacp="$HESTIA/install/$VERSION/$release"
22-
pma_v='4.8.3'
22+
pma_v='4.8.4'
2323

2424
if [ "$release" -eq 9 ]; then
2525
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
11381138
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
11391139

11401140
# Delete file to prevent error
1141-
if [ "$pma_v" = '4.8.3' ]; then
1141+
if [ "$pma_v" = '4.8.4' ]; then
11421142
rm -fr /usr/share/phpmyadmin/doc/html
11431143
fi
11441144

0 commit comments

Comments
 (0)