summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install12
1 files changed, 12 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..c3e27306bebf
--- /dev/null
+++ b/install
@@ -0,0 +1,12 @@
+post_upgrade() {
+ cat <<__EOF__
+
+The turnserver configuration has changed.
+Please check the wiki: https://wiki.archlinux.org/index.php/Jitsi-meet
+And check the example provided in:
+/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
+
+You need to replace the turncredentials with external_services.
+
+__EOF__
+}