You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the bootstrap for yara service on ubuntu it grabs the yara package using apt-get which is currently 1.7.7. We can move this to yara-python in requirements.txt which supports 3.5.
This is the command currently used in ubuntu_install():
sudo apt-get install -y --fix-missing yara
The text was updated successfully, but these errors were encountered:
When running the bootstrap for yara service on ubuntu it grabs the yara package using apt-get which is currently 1.7.7. We can move this to yara-python in requirements.txt which supports 3.5.
This is the command currently used in ubuntu_install():
sudo apt-get install -y --fix-missing yara
The text was updated successfully, but these errors were encountered: