#! /bin/bash if [[ $EUID -ne 0 ]]; then echo "This script must be run as root" exit 1 fi cp etc/cron.daily/clamav /etc/cron.daily cp etc/clamav/clamscan_excludes.conf /etc/clamav