From 878e16269b4d05baabf723a1bc4ac261fc81ebc5 Mon Sep 17 00:00:00 2001 From: Tyler Diderich <15862572+tdiderich@users.noreply.github.com> Date: Fri, 29 Sep 2023 10:24:08 -0500 Subject: [PATCH] Update Deploy-Fleet-on-CentOS.md (#14198) Minor docs update --- docs/Deploy/Deploy-Fleet-on-CentOS.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/Deploy/Deploy-Fleet-on-CentOS.md b/docs/Deploy/Deploy-Fleet-on-CentOS.md index 9910b7d7a4..173617fd27 100644 --- a/docs/Deploy/Deploy-Fleet-on-CentOS.md +++ b/docs/Deploy/Deploy-Fleet-on-CentOS.md @@ -19,12 +19,15 @@ vagrant ssh ### Installing Fleet -To install Fleet, [download](https://github.com/fleetdm/fleet/releases), unzip, and move the latest Fleet binary to your desired install location. +To install Fleet, [download](https://github.com/fleetdm/fleet/releases) the file named `Source code +(zip)`, rename, unzip, and move the latest Fleet binary to your desired install location. For example, after downloading: ```sh -unzip fleet.zip 'linux/*' -d fleet -sudo cp fleet/linux/fleet* /usr/bin/ +mv .zip fleet.zip +unzip fleet.zip -d fleet +sudo cp fleet /usr/bin/ +sudo chmod u+x /usr/bin/fleet ``` ### Installing and configuring dependencies