Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Modify updating documentation to point to Github releases page (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass authored and terracatta committed May 16, 2019
1 parent caae225 commit bf36146
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions docs/infrastructure/updating-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bf36146

Please sign in to comment.