From cb3c14e16aaaf4c0dffda2b8a3330db555f341ae Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 19 Nov 2017 11:01:43 -0500 Subject: [PATCH] Match release executable name to install commands (#1640) Current fleet_latest.zip linux executable name is fleet_linux_amd64, which doesn't match sudo cp --- docs/infrastructure/fleet-on-centos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure/fleet-on-centos.md b/docs/infrastructure/fleet-on-centos.md index ca26f7d62c..2b4e97b43b 100644 --- a/docs/infrastructure/fleet-on-centos.md +++ b/docs/infrastructure/fleet-on-centos.md @@ -23,7 +23,7 @@ To install Fleet, run the following: ``` $ wget https://dl.kolide.co/bin/fleet_latest.zip $ unzip fleet_latest.zip 'linux/*' -d fleet -$ sudo cp fleet/linux/fleet /usr/bin/fleet +$ sudo cp fleet/linux/fleet* /usr/bin/fleet ``` ## Installing and configuring dependencies