summarylogtreecommitdiffstats
path: root/iceshrimp.install
diff options
context:
space:
mode:
Diffstat (limited to 'iceshrimp.install')
-rw-r--r--iceshrimp.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/iceshrimp.install b/iceshrimp.install
new file mode 100644
index 000000000000..dd76abe36eb0
--- /dev/null
+++ b/iceshrimp.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo
+ echo -e "--- Iceshrimp post-installation instructions ---"
+ echo -e "Please adjust configuration in \e[1;32m/etc/iceshrimp/configuration.yml\e[0m before starting the service"
+ echo -e "Should you be migrating from a non-package install, please copy the contents of the \e[1;34mfiles\e[0m folder into \e[1;34m/var/lib/iceshrimp/files\e[0m and run \e[1;35msudo chown -R iceshrimp:iceshrimp /var/lib/iceshrimp/files\e[0m"
+ echo
+}