Should fix an issue when installing zeek https://github.com/cyberdefenders/DetectionLabELK/issues/1
zkg 2.1.0 has an issue with Python2 https://github.com/zeek/package-manager/issues/60
This commit is contained in:
		| @@ -324,7 +324,7 @@ install_zeek() { | ||||
|   # Install tools to build and configure Zeek | ||||
|   apt-get -qq -ym install zeek crudini python-pip | ||||
|   export PATH=$PATH:/opt/zeek/bin | ||||
|   pip install zkg | ||||
|   pip install zkg==2.0.7 | ||||
|   zkg refresh | ||||
|   zkg autoconfig | ||||
|   zkg install --force salesforce/ja3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ahmed Shawky
					Ahmed Shawky