Skip to content

Commit

Permalink
fix(burp-suite): check for ca-certificates package
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Jul 3, 2024
1 parent a3cb21a commit 8412e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burp-suite/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ check_packages() {
fi
}

check_packages curl jq
check_packages curl ca-certificates jq

if [ $VERSION = "latest" ]; then
echo "[burp-suite] [+] Grabbing the latest Burp version"
Expand Down

0 comments on commit 8412e7a

Please sign in to comment.