Skip to content

Commit

Permalink
Install libclamav-dev - required by clamav gem
Browse files Browse the repository at this point in the history
  • Loading branch information
conorom committed Jun 29, 2016
1 parent e56f607 commit 7769389
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.sh
Expand Up @@ -8,6 +8,8 @@ echo 'Upgrading existing packages...'
sudo apt-get upgrade -y > /dev/null 2>&1
echo 'Installing libmysqlclient-dev...'
sudo apt-get install -y libmysqlclient-dev > /dev/null 2>&1
echo 'Installing libclamav-dev...'
sudo apt-get install -y libclamav-dev > /dev/null 2>&1
echo 'bundle install...'
bundle install
echo 'Running "bundle exec bin/setup"...'
Expand Down

0 comments on commit 7769389

Please sign in to comment.