Skip to content

Commit 06722b7

Browse files
Update phpMyAdmin to 4.8.4
1 parent 5112598 commit 06722b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ os='ubuntu'
1919
release="$(lsb_release -s -r)"
2020
codename="$(lsb_release -s -c)"
2121
hestiacp="$HESTIA/install/$VERSION/$release"
22-
pma_v='4.8.3'
22+
pma_v='4.8.4'
2323

2424
# Defining software pack for all distros
2525
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
11031103
tar xzf phpMyAdmin-$pma_v-all-languages.tar.gz
11041104

11051105
# Delete file to prevent error
1106-
if [ "$pma_v" = '4.8.3' ]; then
1106+
if [ "$pma_v" = '4.8.4' ]; then
11071107
rm -fr /usr/share/phpmyadmin/doc/html
11081108
fi
11091109

0 commit comments

Comments
 (0)