Merge "Update ansible roles to automate nordix openvpn user management"
[infra/tools.git] / clamav / install.sh
1 #! /bin/bash
2
3 if [[ $EUID -ne 0 ]]; then
4    echo "This script must be run as root" 
5    exit 1
6 fi
7
8 cp etc/cron.daily/clamav /etc/cron.daily
9 cp etc/clamav/clamscan_excludes.conf /etc/clamav