Skip to content

Commit

Permalink
Bug fix 103
Browse files Browse the repository at this point in the history
Ignore-this: 623ff3a699929e981961c11d77c4842e

darcs-hash:20090914224039-f1522-6f823b5e6cde505532ed7fd695cdfcfb08435dd4.gz
  • Loading branch information
scudette committed Sep 14, 2009
1 parent a311c4b commit 91574cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities/pyflag-live/ubuntu_forensic_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DL_DIR=$HOME/forensics # Directory to hold downloaded forensic tools

# To update script, replace variables with latest program information.
LIBEWF=libewf-20080501
LIBEWF_URL="-nc --no-check-certificate https://www.uitwisselplatform.nl/frs/download.php/529/$LIBEWF.tar.gz"
LIBEWF_URL="http://sourceforge.net/projects/libewf/files/libewf/$LIBEWF/$LIBEWF.tar.gz/download"
LIBEWF_DEPS="zlib1g-dev uuid-dev libssl-dev"

AFFLIB=afflib-3.3.4
Expand Down Expand Up @@ -168,3 +168,4 @@ chown -R $UID $DL_DIR/


exit 0

0 comments on commit 91574cb

Please sign in to comment.