Skip to content

Commit

Permalink
update to zeek debs v7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Dec 12, 2024
1 parent 2d3c1d9 commit 9bc664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeek-deb-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ unset VERBOSE
command -v dpkg >/dev/null 2>&1 && ARCH="$(dpkg --print-architecture)" || ARCH=amd64
DISTRO=Debian_12
OUTPUT_DIR=/tmp
ZEEK_VERSION=7.0.1-0
ZEEK_VERSION=7.0.4-0

while getopts a:d:o:vz: opts; do
case ${opts} in
Expand Down

0 comments on commit 9bc664e

Please sign in to comment.