summaryrefslogtreecommitdiffstats
path: root/heisenbridge.install
diff options
context:
space:
mode:
authorBjoern Franke2022-02-09 15:01:54 +0100
committerBjoern Franke2022-02-09 15:01:54 +0100
commit6e62cd07e12fdeaea9a9cf1f608cc8c613a5ff2e (patch)
tree8d0cc7af5e80d86aa1a4c9bd2170e7092d3832c3 /heisenbridge.install
downloadpackages-6e62cd07e12fdeaea9a9cf1f608cc8c613a5ff2e.tar.gz
packages-6e62cd07e12fdeaea9a9cf1f608cc8c613a5ff2e.tar.bz2
packages-6e62cd07e12fdeaea9a9cf1f608cc8c613a5ff2e.zip
initial commit
Diffstat (limited to 'heisenbridge.install')
-rw-r--r--heisenbridge.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/heisenbridge.install b/heisenbridge.install
new file mode 100644
index 0000000..10184df
--- /dev/null
+++ b/heisenbridge.install
@@ -0,0 +1,7 @@
1post_install() {
2 cat <<- 'EOF'
3 You may adjust the homeserver via
4 # systemctl edit heisenbridge.service
5 if you don't use localhost:8008 as your homeserver URL
6 EOF
7}