Skip to content

Instantly share code, notes, and snippets.

@rushipkar90
Created September 25, 2015 16:43
Show Gist options
  • Save rushipkar90/4da019c9e6a70f93834c to your computer and use it in GitHub Desktop.
Save rushipkar90/4da019c9e6a70f93834c to your computer and use it in GitHub Desktop.
updateclam.sh
#!/bin/sh
cd /var/clamav/;rm -f daily.cvd;wget http://db.local.clamav.net/daily.cvd; chown clamav: daily.cvd;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment