feat(install): support MacOSX for build installs
Opened this issue · 0 comments
ocervell commented
For MacOSX, we need different build installs since apt
is not present:
something like:
install_cmd = {
'macosx': 'sudo port install -N fping'
'linux': 'sudo apt install -y fping'
}