tracelabs / tlosint-live

Trace Labs OSINT Linux Distribution based on Kali.
https://www.tracelabs.org/initiatives/osint-vm
680 stars 111 forks source link

Recheck requirements.txt during update #141

Closed humandecoded closed 2 years ago

humandecoded commented 2 years ago

Sometimes packages maintainers change the requirements.txt for their python tools to run. This could break the tools on the VM because the update just pulls down code changes but doesn't rerun the requirement.txt.

need to add a line like "pip install -r requirements.txt" after each of our git pulls in the updater.sh script in the repo

humandecoded commented 2 years ago

fixed with https://github.com/tracelabs/tlosint-live/pull/142