Skip to content

Commit

Permalink
Update install script for ubuntu 24.04 (kevoreilly#2369)
Browse files Browse the repository at this point in the history
* Update mongodb to 8.0

* Update installer for ubuntu 24.04
  • Loading branch information
Maxou56800 authored Oct 24, 2024
1 parent 3a517d4 commit 083a8fa
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 91 deletions.
12 changes: 7 additions & 5 deletions extra/yara_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ if [ ! -d /tmp/yara-python ]; then
fi

cd /tmp/yara-python
python setup.py build --enable-cuckoo --enable-magic --enable-profiling

poetry --directory /opt/CAPEv2 run python setup.py build --enable-cuckoo --enable-magic --enable-profiling
poetry --directory /opt/CAPEv2 run pip install .

cd ..
# for root
pip install ./yara-python

if [ -d yara-python ]; then
rm -r yara-python
fi
rm -rf yara-python
fi
Loading

0 comments on commit 083a8fa

Please sign in to comment.