attify / firmware-analysis-toolkit

Toolkit to emulate firmware and analyse it for security vulnerabilities
MIT License
1.29k stars 251 forks source link

Check whether lsb-core needs to be downloaded #80

Closed ddorando closed 1 year ago

ddorando commented 1 year ago

This removes lsb-core from the forcefully installed dependencies, since newer apt-based distros seem to have lsb-core removed. Since lsb_release is in the base OS anyway as far as I'm concerned, just check whether it's required or not.

ddorando commented 1 year ago

Might resolve #75