summarylogtreecommitdiffstats
path: root/seiscomp.install
blob: e0de35a0bcd5ab540e935f7012ed384c565fcbb0 (plain)
1
2
3
4
5
6
7
8
post_install() {
	echo "  ->----------------------------------------------------------------<-"
	echo "  -> Before using seiscomp for first time you need to do following:"
	echo "  -> - Add your user to 'seiscomp' group:"
	echo "  ->   sudo gpasswd -a $USERNAME seiscomp"
	echo "  -> - Restart your system or logout and login again."
	echo "  ->----------------------------------------------------------------<-"
}