https://github.com/osquery/osquery logo
#kolide
Title
# kolide
n

nick

06/11/2019, 6:35 AM
hi can you please provide steps to add mac in kolide fleet
g

Guy

06/11/2019, 10:44 AM
I have a script that makes the launcher. Let me tidy it up and I'll post it here
Caveats - this is my first bash script, there's no cleanup after and I haven't given options to set flags. Also might be an extra git clone in there you don't need
n

nick

06/12/2019, 8:53 AM
thank you guy
I check with it
g

Guy

06/12/2019, 9:58 AM
oops, uploaded the wrong version there, you want this one
also make sure you have Docker running (I should add that to the script
n

nick

06/12/2019, 10:47 AM
ok
I got one error while running previous script
Error downloading Command Line Tools (macOS Mojave version 10.14) for Xcode: service unavailable Done. Error downloading updates.
g

Guy

06/12/2019, 11:50 AM
xcode-select --install
that will install xcode tools. No harm with the previous script, other than it keeps looping at the end 🙂
n

nick

06/13/2019, 4:53 AM
where should i add that
g

Guy

06/13/2019, 8:47 AM
just run it in terminal
n

nick

06/13/2019, 8:55 AM
ok
you are genius
the script run successfully but mac host is not addded in my ubuntu kolide server
😣
g

Guy

06/13/2019, 10:33 AM
😞 what does it say in the logs?
3 Views