From 7ce0472c2c6c9bdd84ec929e2792859bbc8cdd74 Mon Sep 17 00:00:00 2001 From: Stefhen Hovland Date: Thu, 24 Sep 2020 12:42:19 -0500 Subject: [PATCH] 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. --- docs/infrastructure/installing-fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/installing-fleet.md b/docs/infrastructure/installing-fleet.md index baadf94c29..33a87a380c 100644 --- a/docs/infrastructure/installing-fleet.md +++ b/docs/infrastructure/installing-fleet.md @@ -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: