summarylogtreecommitdiffstats
path: root/trid.install
diff options
context:
space:
mode:
Diffstat (limited to 'trid.install')
-rw-r--r--trid.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/trid.install b/trid.install
index ed653a2b6ba5..df7629f5dedb 100644
--- a/trid.install
+++ b/trid.install
@@ -1,6 +1,8 @@
post_install() {
echo "To enable automatic defenitions database updating"
- echo "run systemctl enable update-trid-defs.timer"
+ echo "run: systemctl enable update-trid-defs.timer"
+ echo "To update the data base manually (recommended)"
+ echo "run: sudo update-trid-defs"
}
post_upgrade() {