diff --git a/README_filecheck.md b/README_filecheck.md index c5079ad..4887e24 100644 --- a/README_filecheck.md +++ b/README_filecheck.md @@ -52,13 +52,14 @@ It will be used for the build environment and the final image. apt-get update apt-get dist-upgrade apt-get autoremove - apt-get install timidity git p7zip-full python-dev python-pip python-lxml pmount libjpeg-dev libtiff-dev libwebp-dev liblcms2-dev tcl-dev tk-dev python-tk + apt-get install timidity git p7zip-full python-dev python-pip python-lxml pmount libjpeg-dev libtiff-dev libwebp-dev liblcms2-dev tcl-dev tk-dev python-tk libxml2-dev libxslt1-dev ``` * Install python requirements ``` - pip install oletools olefile officedissector exifread Pillow + pip install oletools olefile exifread Pillow + pip install git+https://github.com/Rafiot/officedissector.git pip install git+https://github.com/CIRCL/PyCIRCLean.git ``` diff --git a/mount_image.sh b/mount_image.sh index 915a62b..beb5558 100755 --- a/mount_image.sh +++ b/mount_image.sh @@ -35,7 +35,7 @@ PARTITION_BOOT='/dev/mmcblk0p1' # If you use the img ##### Debian -IMAGE='2016-04-26_CIRCLean.img' +IMAGE='2016-05-09_CIRCLean.img' OFFSET_ROOTFS=$((131072 * 512)) OFFSET_BOOT=$((8192 * 512)) ##### Arch