summarylogtreecommitdiffstats
path: root/vxray-rules-dat-git.install
diff options
context:
space:
mode:
authorzswdcx2022-01-02 01:12:06 +0800
committerzswdcx2022-01-02 01:12:06 +0800
commitd09650bc3f5c30595ca1701d01142d4cae5e4858 (patch)
treeb5ea060e2b1826959679bd296582ef68465b0c75 /vxray-rules-dat-git.install
parentd8190954c2635bd563248660e531d443f4292303 (diff)
downloadaur-vxray-rules-dat-git.tar.gz
rm sysusers and add ghproxy
Diffstat (limited to 'vxray-rules-dat-git.install')
-rw-r--r--vxray-rules-dat-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/vxray-rules-dat-git.install b/vxray-rules-dat-git.install
index 569c41593e47..688a003eac14 100644
--- a/vxray-rules-dat-git.install
+++ b/vxray-rules-dat-git.install
@@ -1,4 +1,4 @@
post_install() {
- printf $(tput bold)'Enable vxray-rules-dat-updater.timer to update rules automatically everyday.\n'
+ printf $(tput bold)'Use (sudo) crontab -e and add "@reboot /usr/bin/sudo systemctl start vxray-rules-dat-updater.service" to update automatically at reboot.\n'
printf 'The most up-to-date geoip.dat and geosite.dat can be found under /var/lib/vxray-rules-dat'$(tput sgr0)'\n'
}