We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93f122 commit f098d8eCopy full SHA for f098d8e
1 file changed
install/hst-install-debian.sh
@@ -24,7 +24,7 @@ VERBOSE='no'
24
25
# Define software versions
26
HESTIA_INSTALL_VER='1.4.0~alpha'
27
-pma_v='5.0.4'
+pma_v='5.1.0'
28
rc_v="1.4.10"
29
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4" "8.0")
30
fpm_v="7.4"
@@ -618,7 +618,7 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5 > /dev
618
# Installing PostgreSQL repo
619
if [ "$postgresql" = 'yes' ]; then
620
echo "[ * ] PostgreSQL"
621
- echo "deb https://apt.postgresql.org/pub/repos/apt/ $codename-pgdg main" > $apt/postgresql.list
+ echo "deb [arch=amd64] https://apt.postgresql.org/pub/repos/apt/ $codename-pgdg main" > $apt/postgresql.list
622
apt-key adv --fetch-keys 'https://www.postgresql.org/media/keys/ACCC4CF8.asc' > /dev/null 2>&1
623
fi
624
0 commit comments