summarylogtreecommitdiffstats
path: root/vxray-rules-dat-git.install
blob: 688a003eac1478f81aed6cd01566a037718bc21c (plain)
1
2
3
4
post_install() {
  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'
}