summarylogtreecommitdiffstats
path: root/github520-git.install
diff options
context:
space:
mode:
authortaotieren2023-12-25 14:50:59 +0800
committertaotieren2023-12-25 14:50:59 +0800
commit85f983e0bf5cd72b5d2328753a924e33bbb7ecbe (patch)
tree3173facb5039fda599df6aa9a633f8bd6388b053 /github520-git.install
parentcefd6909c5fec5e4e8d70ce228ca78c363e92a5e (diff)
downloadaur-85f983e0bf5cd72b5d2328753a924e33bbb7ecbe.tar.gz
update github520.git install
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() {