summarylogtreecommitdiffstats
path: root/vxray-rules-dat-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'vxray-rules-dat-git.install')
-rw-r--r--vxray-rules-dat-git.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/vxray-rules-dat-git.install b/vxray-rules-dat-git.install
new file mode 100644
index 000000000000..569c41593e47
--- /dev/null
+++ b/vxray-rules-dat-git.install
@@ -0,0 +1,4 @@
+post_install() {
+ printf $(tput bold)'Enable vxray-rules-dat-updater.timer to update rules automatically everyday.\n'
+ printf 'The most up-to-date geoip.dat and geosite.dat can be found under /var/lib/vxray-rules-dat'$(tput sgr0)'\n'
+}