mirror of https://github.com/CIRCL/Circlean
Use own version of officedissector.
parent
1318d1f166
commit
3c39266f5a
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue