mrjackwills / havn

A fast configurable port scanner with reasonable defaults
MIT License
167 stars 5 forks source link

fix(install): Fix `arch` command not found #5

Closed Chleba closed 3 months ago

Chleba commented 3 months ago

arch command/variable is not installed/defined by default in some distributions (Linux Arch for example), so the install script should use uname -m to get CPU architecture.

mrjackwills commented 3 months ago

This PR has been merged into main, but as usual, I have failed to get it to automatically merge and close it.