mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-24 02:52:06 +01:00
add ClamAV
This commit is contained in:
parent
9a323501d6
commit
0594e0c64a
@ -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 /"
|
||||
|
@ -39,7 +39,8 @@ brew install \
|
||||
yarn \
|
||||
ipfs \
|
||||
ethereum \
|
||||
parity
|
||||
parity \
|
||||
clamav
|
||||
|
||||
# Remove outdated versions from the cellar.
|
||||
brew cleanup
|
||||
|
@ -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
|
||||
# -------------
|
||||
|
Loading…
Reference in New Issue
Block a user