summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--github520-git.install7
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa0c1bc3cf8d..9b80de3b0273 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = github520-git
pkgdesc = 😘 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。
- pkgver = r1
+ pkgver = r2
pkgrel = 1
url = https://github.com/521xueweihan/GitHub520
install = github520-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a91aa04e89a9..d83d2335515d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=github520-git
pkgname=github520-git
-pkgver=r1
+pkgver=r2
pkgrel=1
pkgdesc="😘 让你“爱”上 GitHub,解决访问时图裂、加载慢的问题。"
arch=(any)
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() {