diff --git a/How-to-Install-Falco-for-Linux.md b/How-to-Install-Falco-for-Linux.md index 15c7c95..6035b4b 100644 --- a/How-to-Install-Falco-for-Linux.md +++ b/How-to-Install-Falco-for-Linux.md @@ -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