We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f098d8e commit ae913eaCopy full SHA for ae913ea
1 file changed
install/upgrade/versions/1.4.0.sh
@@ -76,4 +76,9 @@ if [ "$MAIL_SYSTEM" == "exim4" ]; then
76
fi
77
78
$HESTIA/bin/v-restart-mail
79
-fi
+fi
80
+
81
+# Fix PostgreSQL repo
82
+if [ -f /etc/apt/sources.list.d/postgresql.list ]; then
83
+ sed -i 's|deb https://apt.postgresql.org/pub/repos/apt/|deb [arch=amd64] https://apt.postgresql.org/pub/repos/apt/|g' /etc/apt/sources.list.d/postgresql.list
84
0 commit comments