Code Review
/
infra
/
tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Meridio: Update golang and golangci-lint version
[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