mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-01 06:37:22 +00:00
Updated How to Install Falco for Linux (markdown)
@@ -2,9 +2,15 @@
|
||||
|
||||
## Scripted install
|
||||
|
||||
To install falco automatically in one step, simply run the following command as root or with sudo:
|
||||
To install falco, you can download a shell script that takes care of the necessary steps. First download the script:
|
||||
|
||||
`curl -s https://s3.amazonaws.com/download.draios.com/stable/install-falco | sudo bash`
|
||||
`curl -o install-falco.sh -s https://s3.amazonaws.com/download.draios.com/stable/install-falco`
|
||||
|
||||
Then verify the md5 checksum of the script. It should be `7f5126d9a69e74cb9a47e59d17f9c42b`.
|
||||
|
||||
Then run the script either as root or with sudo:
|
||||
|
||||
`sudo bash install-falco.sh`
|
||||
|
||||
## Package install
|
||||
|
||||
|
Reference in New Issue
Block a user