Hey all! I have orbit installed on my computer, an...
# fleet
m
Hey all! I have orbit installed on my computer, and I’m trying to run
osqueryi
but getting
command not found
in terminal. Is there some way to run osqueryi? I would think that if I have fleet installed, I should be able to use osqueryi, right? do I need to install it separately?
z
Does
sudo orbit shell
work?
m
got
sudo: orbit: command not found
I’m in my root directory?
do I need to cd elsewhere?
update PATH?
z
Ah yeah looks like you need to do
sudo /opt/orbit/bin/orbit/orbit shell
We should probably do something similar to what osquery does and symlink /usr/local/bin/orbit to /opt/orbit/bin/orbit/orbit
m
Thanks!
let’s follow up on this on Monday, but I am still getting command not found.
/opt/
does not have
/orbit/
subdirectory.
👍 1