Skip to content

Commit f098d8e

Browse files
author
Alexandros Ioannides
authored
Update hst-install-debian.sh
1 parent c93f122 commit f098d8e

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
@@ -24,7 +24,7 @@ VERBOSE='no'
2424

2525
# Define software versions
2626
HESTIA_INSTALL_VER='1.4.0~alpha'
27-
pma_v='5.0.4'
27+
pma_v='5.1.0'
2828
rc_v="1.4.10"
2929
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
3030
fpm_v="7.4"
@@ -618,7 +618,7 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5 > /dev
618618
# Installing PostgreSQL repo
619619
if [ "$postgresql" = 'yes' ]; then
620620
echo "[ * ] PostgreSQL"
621-
echo "deb https://apt.postgresql.org/pub/repos/apt/ $codename-pgdg main" > $apt/postgresql.list
621+
echo "deb [arch=amd64] https://apt.postgresql.org/pub/repos/apt/ $codename-pgdg main" > $apt/postgresql.list
622622
apt-key adv --fetch-keys 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' > /dev/null 2>&1
623623
fi
624624

0 commit comments

Comments
 (0)