summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorcelogeek2021-04-10 12:34:30 +0200
committercelogeek2021-04-10 12:34:30 +0200
commit892b5946d3c61fa3570b8d0833223f0ce58ccc18 (patch)
tree601ff7ca15d862ff9f38bc9393f7ab3efb08c21b /install
parenta2d92168aafae8c6691e618113bfbc6dbbf734a1 (diff)
downloadaur-892b5946d3c61fa3570b8d0833223f0ce58ccc18.tar.gz
unified config of jitsi-meet on arch
Diffstat (limited to 'install')
-rw-r--r--install11
1 files changed, 11 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..dbbd5ca8f976
--- /dev/null
+++ b/install
@@ -0,0 +1,11 @@
+post_install() {
+ cat << __EOF__
+
+In order to align all jitsi package, we change the config and install path to match Arch paths.
+
+Update the config with your previous one carefully. Do not blindly copy !
+
+The configs are located here:
+ - /etc/jitsi-videobridge-git
+__EOF__
+}