summarylogtreecommitdiffstats
path: root/fastgithub-bin.install
blob: 9ba00c4f3ded2df9c9687eeb2a037332239ac2ef (plain)
1
2
3
4
5
6
7
post_install() {
    echo -e "run as service:\n sudo fastgithub start" 
}

post_upgrade() {
  post_install
}