bannsec / stegoVeritas

Yet another Stego Tool
GNU General Public License v2.0
349 stars 38 forks source link

install_deps: Add support for Manjaro #22

Closed AniLeo closed 4 years ago

AniLeo commented 4 years ago

Since Manjaro is Arch based, the same path can be used. Tested in Manjaro 18.1.5 by manually installing the listed archlinux packages.

$ stegoveritas file.png 
ERROR:StegoVeritas:Missing the following required packages: exiftool, foremost
ERROR:StegoVeritas:Either install them manually or run 'stegoveritas_install_deps'.
$ stegoveritas_install_deps
ERROR:stegoveritas.install_deps:Unhandled distribution to install deps: manjaro linux
ERROR:stegoveritas.install_deps:Please poke me or submit a PR.
bannsec commented 4 years ago

Looks good to me. I don't have an install of Manjaro so I'll take your word for it being the same :-)

bannsec commented 4 years ago

Just pushed the update to pypi.