summarylogtreecommitdiffstats
path: root/listmonk.install
blob: e16effc62045cc27910f4046f21886b8bcb527a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
post_install() {
	cat <<- EOF
		Installed with default password. To generate a new random one:
		
		\$ cd /tmp
		\$ listmonk --new-config
		\$ sudo mv config.toml /etc/listmonk/
		
		To setup database, run
		
		\$ listmonk --install
	EOF
}

post_upgrade() {
	cat <<- EOF
		To update database, run
		
		\$ listmonk --upgrade
	EOF
}

# vim: : ts=4 sw=4 noet