summarylogtreecommitdiffstats
path: root/github520-git.install
blob: b318de64664aba8e3f2a52ebce0093ad68e0f615 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo "Usage:"
    echo "sudo systemctl enable --start update-github520-hosts.timer"
    echo "sudo systemctl start update-github520-hosts.service"
    echo "sudo systemctl status update-github520-hosts.service"
    echo "cat /etc/hosts"
}

post_upgrade() {
  post_install
}