mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
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
This commit is contained in:
parent
8291119067
commit
cb3c14e16a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue