summarylogtreecommitdiffstats
path: root/mylar.install
blob: 6d8e78ba65bcef02eadc39fd4d6ac1302bda337f (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo <<EOF
mylar requires a ComicVine API key to really function
Input the API key using the web interface
Config file is at /etc/mylar/config.ini and data is stored in /var/lib/mylar
No executable, use the systemd unit (# systemd start mylar)
See https://github.com/evilhero/mylar for more info on configuring it.
EOF
}