mirror of https://github.com/MISP/misp-modules
Merge pull request #526 from korrosivesec/patch-1
Add libcaca-dev to apt packages requiredpull/528/head
commit
e802679f25
|
@ -14,7 +14,8 @@ sudo apt-get install -y \
|
||||||
zbar-tools \
|
zbar-tools \
|
||||||
libzbar0 \
|
libzbar0 \
|
||||||
libzbar-dev \
|
libzbar-dev \
|
||||||
libfuzzy-dev
|
libfuzzy-dev \
|
||||||
|
libcaca-dev
|
||||||
|
|
||||||
# BEGIN with virtualenv:
|
# BEGIN with virtualenv:
|
||||||
$SUDO_WWW virtualenv -p python3 /var/www/MISP/venv
|
$SUDO_WWW virtualenv -p python3 /var/www/MISP/venv
|
||||||
|
|
Loading…
Reference in New Issue