summarylogtreecommitdiffstats
path: root/lazyman-plex-git.install
blob: 05922dfc0f84e385f21c3ce5fd53e70982f60007 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo """    Update /etc/hosts with the IP for powersports.ml

    x.x.x.x mf.svc.nhl.com
    x.x.x.x mlb-ws-mf.media.mlb.com
    x.x.x.x playback.svcs.mlb.com"""
}

post_upgrade() {
  post_install
}