summarylogtreecommitdiffstats
path: root/funkwhale.install
diff options
context:
space:
mode:
Diffstat (limited to 'funkwhale.install')
-rw-r--r--funkwhale.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/funkwhale.install b/funkwhale.install
new file mode 100644
index 000000000000..09e22f94898f
--- /dev/null
+++ b/funkwhale.install
@@ -0,0 +1,10 @@
+post_install() {
+ echo "Follow instructions on the upstream page or on the Arch Wiki for setting up the Funkwhale server:"
+ echo "https://wiki.archlinux.org/index.php/Funkwhale"
+}
+
+post_upgrade() {
+ echo "Follow instructions on the upstream page or on the Arch Wiki for updating"
+ echo "If updating from v0.17, the default ip has been changed to 127.0.0.1 and the env file has been moved to /srv/funkwhale/config/env"
+}
+