We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0539a commit a97d76fCopy full SHA for a97d76f
install/elementsynapse-install.sh
@@ -31,6 +31,7 @@ echo "matrix-synapse-py3 matrix-synapse/server-name string matrix" | debconf-set
31
echo "matrix-synapse-py3 matrix-synapse/report-stats boolean false" | debconf-set-selections
32
$STD apt-get install matrix-synapse-py3 -y
33
sed -i 's/127.0.0.1/0.0.0.0/g' /etc/matrix-synapse/homeserver.yaml
34
+sed -i 's/'\''::1'\'', //g' /etc/matrix-synapse/homeserver.yaml
35
systemctl enable -q --now matrix-synapse
36
msg_ok "Installed Element Synapse"
37
0 commit comments