Update Deploy-Fleet-on-CentOS.md (#14198)

Minor docs update
This commit is contained in:
Tyler Diderich
2023-09-29 10:24:08 -05:00
committed by GitHub
parent 5a9c0af652
commit 878e16269b
+6 -3
View File
@@ -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 <filename>.zip fleet.zip
unzip fleet.zip -d fleet
sudo cp fleet /usr/bin/
sudo chmod u+x /usr/bin/fleet
```
### Installing and configuring dependencies