File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ VERBOSE='no'
2424
2525# Define software versions
2626HESTIA_INSTALL_VER=' 1.4.0~alpha'
27- pma_v=' 5.0.4 '
27+ pma_v=' 5.1.0 '
2828rc_v=" 1.4.10"
2929multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" " 8.0" )
3030fpm_v=" 7.4"
@@ -618,7 +618,7 @@ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A189E93654F0B0E5 > /dev
618618# Installing PostgreSQL repo
619619if [ " $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
623623fi
624624
You can’t perform that action at this time.
0 commit comments