summarylogtreecommitdiffstats
path: root/github520-git.install
blob: 8bf5259da39064dc98f9397a0ce5af08b4c8246c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo "Usage:"
    echo "sudo systemctl enable --now 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
}