Mettre à jour 'build.sh'

This commit is contained in:
virtubox 2018-05-31 10:35:31 +00:00
parent f057ba75af
commit 289ca698f9
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 >> /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
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