Skip to content

Commit

Permalink
Need to actually install the dependencies. Closes #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruebot committed Mar 17, 2015
1 parent 63fd74c commit d18ce4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleuthkit.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "Installing Sleuthkit."

# Dependencies
sudo apt-get install libafflib-dev afflib-tools libewf-dev ewf-tools
apt-get install libafflib-dev afflib-tools libewf-dev ewf-tools -y --force-yes

# Clone and compile Sleuthkit
cd /home/vagrant/git
Expand Down

0 comments on commit d18ce4f

Please sign in to comment.