summarylogtreecommitdiffstats
path: root/iceshrimp.net.install
blob: 75e8a55c2ca2c96057547e15d7432cb26b2c68cc (plain)
1
2
3
4
5
6
7
post_install() {
	echo
	echo -e "--- Iceshrimp.NET post-installation instructions ---"
	echo -e "Please adjust configuration in \e[1;32m/etc/iceshrimp.net/configuration.ini\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.net/files\e[0m and run \e[1;35msudo chown -R iceshrimp:iceshrimp /var/lib/iceshrimp.net/files\e[0m"
	echo
}