Skip to content

Commit

Permalink
Update apt-get.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Sep 23, 2024
1 parent e7c9523 commit c13c213
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual/part2/requirements/apt-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ sudo install FaQCs /usr/bin/ && rm FaQCs

## Falco
wget -O falco.tar.gz \
"https://github.com/smithlabcode/falco/releases/download/v1.2.1/falco-1.2.1.tar.gz"
"https://github.com/smithlabcode/falco/releases/download/v1.2.3/falco-1.2.3.tar.gz"
tar zxf falco.tar.gz
( cd falco-1.2.1 \
( cd falco-1.2.3 \
&& ./configure CXXFLAGS="-O3 -Wall" \
&& make && sudo make install
) > /dev/null
rm -rf falco-1.2.1 falco.tar.gz
rm -rf falco-1.2.3 falco.tar.gz
```

# JAVA VM
Expand Down

0 comments on commit c13c213

Please sign in to comment.