Skip to content

Commit 9907c99

Browse files
Update fetch_capa.sh - Fix folder issue
1 parent 6b6186f commit 9907c99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

analyzers/Capa/fetch_capa.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "Downloading from $DOWNLOAD_URL"
1919

2020
# Download and extract capa
2121
curl -L -o capa.zip "$DOWNLOAD_URL" || { echo "Download failed"; exit 1; }
22+
mkdir -p /worker/capa
2223
unzip capa.zip -d /worker/capa || { echo "Extraction failed"; exit 1; }
2324

2425
# Clean up

0 commit comments

Comments
 (0)