Skip to content

Commit

Permalink
Merge pull request #35 from picatz/fix-falco-install
Browse files Browse the repository at this point in the history
Fix falco install script
  • Loading branch information
picatz authored May 31, 2021
2 parents ac5226d + 68a7ce3 commit d57af86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/install_falco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -ex

curl -s https://falco.org/repo/falcosecurity-3672BA8F.asc | sudo apt-key add -
echo "deb https://dl.bintray.com/falcosecurity/deb stable main" | sudo tee -a /etc/apt/sources.list.d/falcosecurity.list
echo "deb https://download.falco.org/packages/deb stable main" | sudo tee -a /etc/apt/sources.list.d/falcosecurity.list
sudo apt-get update -y
sudo apt-get -y install linux-headers-$(uname -r)
sudo apt-get install -y falco

0 comments on commit d57af86

Please sign in to comment.