summarylogtreecommitdiffstats
path: root/maldet.install
blob: e04cf097c794dfc28947ae800c68cf633fbbd3a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install(){
cat <<INFO

You are strongly advised to update signature version by executing this command:

    systemctl enable --now maldet-update-signatures.timer
    systemctl start maldet-update-signatures.service

Signatures must be updated at least once before running maldet.

INFO
}