Skip to content

Commit

Permalink
upgrade install script to use privado's fork (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan-batavia committed Jun 26, 2024
1 parent c384a4b commit eba685e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions joern-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ if [ $NO_DOWNLOAD = true ]; then
sbt clean
else
if [ "$JOERN_VERSION" = "" ]; then
curl -L "https://github.com/joernio/joern/releases/latest/download/joern-cli.zip" -o "$SCRIPT_ABS_DIR/joern-cli.zip"
curl -L "https://github.com/Privado-Inc/joern/releases/latest/download/joern-cli.zip" -o "$SCRIPT_ABS_DIR/joern-cli.zip"
else
curl -L "https://github.com/joernio/joern/releases/download/$JOERN_VERSION/joern-cli.zip" -o "$SCRIPT_ABS_DIR/joern-cli.zip"
curl -L "https://github.com/Privado-Inc/joern/releases/download/$JOERN_VERSION/joern-cli.zip" -o "$SCRIPT_ABS_DIR/joern-cli.zip"
fi
fi

Expand Down

0 comments on commit eba685e

Please sign in to comment.