Skip to content

Instantly share code, notes, and snippets.

@charlieegan3
Last active September 14, 2016 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlieegan3/609de502b4540d083c98dba7b23d7e46 to your computer and use it in GitHub Desktop.
Save charlieegan3/609de502b4540d083c98dba7b23d7e46 to your computer and use it in GitHub Desktop.

Installing clamAV on OSX 10.11 using homebrew

brew install clamav
freshclam -v
vi /usr/local/etc/clamav/clamd.conf
# add line LocalSocket /tmp/clamd.socket
./usr/local/Cellar/clamav/0.99.2_1/sbin/clamd --config-file=/usr/local/etc/clamav/clamd.conf
ps aux | grep clam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment