Skip to content

Commit

Permalink
adding unzip check (#4650)
Browse files Browse the repository at this point in the history
  • Loading branch information
archcloudlabs authored Jun 7, 2024
1 parent cb14ade commit 27c45e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions joern-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ mkdir -p $JOERN_INSTALL_DIR
# Download and extract the Joern CLI

check_installed "curl"
check_installed "unzip"

if [ $NO_DOWNLOAD = true ]; then
sbt createDistribution
Expand Down

0 comments on commit 27c45e6

Please sign in to comment.