mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-08 10:23:54 +00:00
13 lines
339 B
Markdown
13 lines
339 B
Markdown
The easiest way to install osquery on FreeBSD is via the ports tree. Check [FreshPorts](http://www.freshports.org/sysutils/osquery) for the latest version information.
|
|
|
|
```bash
|
|
# from ports
|
|
cd /usr/ports/sysutils/osquery && make install clean
|
|
|
|
# from binary package
|
|
pkg install osquery
|
|
|
|
# using portmaster
|
|
portmaster sysutils/osquery
|
|
```
|