From ead1a1bdab724dc917d446ed344e8ad6b86da633 Mon Sep 17 00:00:00 2001 From: adamguenther Date: Fri, 15 Jun 2018 11:24:41 -0400 Subject: [PATCH] Update fleet-on-ubuntu.md (#1825) - Updat binary names to reflect binaries in latest archive - Add line to 'sudo cp fleet/linux/fleetctl /usr/bin/fleetctl - Change echo string for enroll_secret to use sudo tee due to permission denied --- docs/infrastructure/fleet-on-ubuntu.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/infrastructure/fleet-on-ubuntu.md b/docs/infrastructure/fleet-on-ubuntu.md index ab6756042c..120622af6e 100644 --- a/docs/infrastructure/fleet-on-ubuntu.md +++ b/docs/infrastructure/fleet-on-ubuntu.md @@ -23,7 +23,8 @@ To install Fleet, run the following: ``` $ wget https://dl.kolide.co/bin/fleet_latest.zip $ unzip fleet_latest.zip 'linux/*' -d fleet -$ sudo cp fleet/linux/fleet_linux_amd64 /usr/bin/fleet +$ sudo cp fleet/linux/fleet /usr/bin/fleet +$ sudo cp fleet/linux/fleetctl /usr/bin/fleetctl ``` ## Installing and configuring dependencies @@ -144,7 +145,7 @@ If you select "Fetch Kolide Certificate", your browser will download the appropr You can also select "Reveal Secret" on that modal and the enrollment secret for your Fleet instance will be revealed. Copy that text and create a file with it's contents: ``` -$ echo 'LQWzGg9+/yaxxcBUMY7VruDGsJRYULw8' > /var/osquery/enroll_secret +$ echo 'LQWzGg9+/yaxxcBUMY7VruDGsJRYULw8' | sudo tee /var/osquery/enroll_secret ``` Now you're ready to run the `osqueryd` binary: