mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add -L option to curl (#2305)
The example in the README won't follow the github redirect without `-L`, so the example as is will download an html file instead of the actual `fleet.zip`. This fixes that.
This commit is contained in:
parent
d959a4e4af
commit
7ce0472c2c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ For more information on using Fleet, refer to the [Configuring The Fleet Binary]
|
|||
Download the latest raw Fleet binaries:
|
||||
|
||||
```
|
||||
curl -O https://github.com/kolide/fleet/releases/latest/download/fleet.zip
|
||||
curl -LO https://github.com/kolide/fleet/releases/latest/download/fleet.zip
|
||||
```
|
||||
|
||||
Unzip the binaries for your platform:
|
||||
|
|
|
|||
Loading…
Reference in a new issue