blob: dd76abe36eb0254e4ccc249bd49858257c0ab19c (
plain)
1
2
3
4
5
6
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
}
|