Skip to content

Instantly share code, notes, and snippets.

@anirudhdggl
Created March 8, 2021 07:25
Show Gist options
  • Save anirudhdggl/998f16429e08ba10f7cc9d3523621319 to your computer and use it in GitHub Desktop.
Save anirudhdggl/998f16429e08ba10f7cc9d3523621319 to your computer and use it in GitHub Desktop.
This gist consists of the commands to install clamav on a server for a separate server installation type and then enable it
sudo apt-get install clamav clamav-daemon -y
sudo /etc/init.d/clamav-daemon enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment