add ClamAV

This commit is contained in:
Matthias Kretschmann 2018-03-01 22:39:58 +01:00
parent 9a323501d6
commit 0594e0c64a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 18 additions and 1 deletions

View File

@ -41,3 +41,6 @@ alias hide="defaults write com.apple.Finder AppleShowAllFiles -bool FALSE && kil
# When there's need for nyaning around
alias nyan="telnet nyancat.dakko.us"
# Virus scan with ClamAV
alias virusscan="clamscan -r --bell -i /"

View File

@ -39,7 +39,8 @@ brew install \
yarn \
ipfs \
ethereum \
parity
parity \
clamav
# Remove outdated versions from the cellar.
brew cleanup

View File

@ -63,6 +63,19 @@ rvm gemset update
# cleanup
rvm cleanup all
#
# ClamAV
# -------------
echo ""
echo ""
echo "$(tput setaf 3) Update ClamAV Database"
echo "------------------------------$(tput sgr0)"
freshclam -v
#
# GPG
# -------------