Skip to content

Instantly share code, notes, and snippets.

@adrianbiro
Last active August 27, 2022 14:38
Show Gist options
  • Save adrianbiro/5370e3448b968b98ef71322f4fbed7f9 to your computer and use it in GitHub Desktop.
Save adrianbiro/5370e3448b968b98ef71322f4fbed7f9 to your computer and use it in GitHub Desktop.
setup clamav db
#!/bin/bash
trap "sudo systemctl enable --now clamav-freshclam.service" EXIT
sudo systemctl stop clamav-freshclam.service
sudo freshclam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment