From bf36146320083d7355e17612106df5fc3e6b044e Mon Sep 17 00:00:00 2001 From: Zachary Wasserman Date: Thu, 16 May 2019 14:53:54 -0700 Subject: [PATCH] Modify updating documentation to point to Github releases page (#2045) --- docs/infrastructure/updating-fleet.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/docs/infrastructure/updating-fleet.md b/docs/infrastructure/updating-fleet.md index ebae9c555f..78c82a07e2 100644 --- a/docs/infrastructure/updating-fleet.md +++ b/docs/infrastructure/updating-fleet.md @@ -16,25 +16,9 @@ Follow the binary update instructions corresponding to the original installation #### Raw binaries -Download the latest raw Fleet binaries: +Download and unzip the Fleet binaries from [github.com/kolide/fleet/releases](https://github.com/kolide/fleet/releases). -``` -curl -O https://dl.kolide.co/bin/fleet_latest.zip -``` - -Unzip the binaries for your platform: - -``` -# For a Darwin compatible binary -unzip fleet_latest.zip 'darwin/*' -d fleet -./fleet/darwin/fleet --help - -# For a Linux compatible binary -unzip fleet_latest.zip 'linux/*' -d fleet -./fleet/linux/fleet --help -``` - -Replace the existing Fleet binary with the newly unzipped binary. +Replace the existing Fleet binary with the appropriate binary for your platform. #### Docker container