summarylogtreecommitdiffstats
path: root/flaresolverr.install
blob: 940e7d2e040d9173362987ec2e89f97317302c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo 'Enable service with `systemctl enable flaresolverr.service`'
  echo 'Start service with `systemctl start flaresolverr.service`'
  echo ''
  echo 'If you want to run flaresolverr as a user, add the user to'
  echo 'the flaresolverr group `usermod -a -G flaresolverr $(whoami)`'
}

post_upgrade() {
  post_install $1
}