mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-03-01 05:48:23 +03:00
Tiny tweak
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
fe49d06902
commit
9113af8374
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
#License: GPL-3.0
|
#License: GPL-3.0
|
||||||
#Description: Hypatia conversion script for ClamAV databases (GPL-2.0)
|
#Description: Hypatia conversion script for ClamAV databases (GPL-2.0)
|
||||||
|
|
||||||
#sudo freshclam
|
#sudo -i freshclam
|
||||||
mkdir /tmp/mss
|
mkdir /tmp/mss
|
||||||
mkdir /tmp/mss/processed
|
mkdir /tmp/mss/processed
|
||||||
cd /tmp/mss
|
cd /tmp/mss
|
||||||
cp /var/lib/clamav/main.cvd .
|
cp /var/lib/clamav/main.c*d .
|
||||||
cp /var/lib/clamav/daily.c*d .
|
cp /var/lib/clamav/daily.c*d .
|
||||||
sigtool -u main.cvd
|
sigtool -u main.c*d
|
||||||
sigtool -u daily.c*d
|
sigtool -u daily.c*d
|
||||||
|
|
||||||
#MD5
|
#MD5
|
||||||
|
|
Loading…
Add table
Reference in a new issue