mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-24 11:01:25 +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
|
# When there's need for nyaning around
|
||||||
alias nyan="telnet nyancat.dakko.us"
|
alias nyan="telnet nyancat.dakko.us"
|
||||||
|
|
||||||
|
# Virus scan with ClamAV
|
||||||
|
alias virusscan="clamscan -r --bell -i /"
|
||||||
|
@ -39,7 +39,8 @@ brew install \
|
|||||||
yarn \
|
yarn \
|
||||||
ipfs \
|
ipfs \
|
||||||
ethereum \
|
ethereum \
|
||||||
parity
|
parity \
|
||||||
|
clamav
|
||||||
|
|
||||||
# Remove outdated versions from the cellar.
|
# Remove outdated versions from the cellar.
|
||||||
brew cleanup
|
brew cleanup
|
||||||
|
@ -63,6 +63,19 @@ rvm gemset update
|
|||||||
# cleanup
|
# cleanup
|
||||||
rvm cleanup all
|
rvm cleanup all
|
||||||
|
|
||||||
|
|
||||||
|
#
|
||||||
|
# ClamAV
|
||||||
|
# -------------
|
||||||
|
|
||||||
|
echo ""
|
||||||
|
echo ""
|
||||||
|
echo "$(tput setaf 3) Update ClamAV Database"
|
||||||
|
echo "------------------------------$(tput sgr0)"
|
||||||
|
|
||||||
|
freshclam -v
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# GPG
|
# GPG
|
||||||
# -------------
|
# -------------
|
||||||
|
Loading…
Reference in New Issue
Block a user