summarylogtreecommitdiffstats
path: root/github520-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'github520-git.install')
-rw-r--r--github520-git.install7
1 files changed, 4 insertions, 3 deletions
diff --git a/github520-git.install b/github520-git.install
index 068d2982e63c..b318de64664a 100644
--- a/github520-git.install
+++ b/github520-git.install
@@ -1,8 +1,9 @@
post_install() {
echo "Usage:"
- echo "sudo systemctl enable update-github520-hosts.timer"
- echo "sudo systemctl start update-github520-hosts.timer"
- echo "sudo systemctl status update-github520-hosts.timer"
+ 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() {