Advertisement
MorpheusArch

av_script.sh_v0.1

Jul 15th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. clear
  4. echo ""
  5. echo "Installing ClamAV"
  6. echo ""
  7. pacman -S clamav
  8. echo ""
  9.  
  10. echo "Updating virus definitions"
  11. echo ""
  12. freshclam
  13. echo ""
  14.  
  15. echo "Checking all files on system"
  16. clamscan -r /
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement