install -vm 755 nettop "${INSTALL_ROOT}/usr/bin/nettop"

if [[ $NETTOP_SUID_ROOT == y ]]; then
  chmod -v +s "${INSTALL_ROOT}/usr/bin/nettop"
fi
