Mettre à jour 'build.sh'

This commit is contained in:
virtubox 2018-05-31 10:36:27 +00:00
parent 289ca698f9
commit 66524ca088
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
current=$(pwd)
apt-get update >> /tmp/clamav.log 2>&1
apt-get install -y git build-essential automake autoconf zlib1g-dev libssl-dev libjson-c-dev >> /tmp/clamav.log 2>&1
apt-get install -y git build-essential automake autoconf zlib1g-dev libssl-dev libjson-c-dev libcurlpp-dev >> /tmp/clamav.log 2>&1
wget -O /usr/local/src/clamav.tar.gz https://www.clamav.net/downloads/production/clamav-0.100.0.tar.gz
cd /usr/local/src || exit