Skip to content

Commit

Permalink
Volexity has moved one-extract to its own repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
reuteras committed Sep 18, 2023
1 parent 55fdc5e commit b27ca6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions resources/download/git.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $repourls = `
"https://github.com/pan-unit42/dotnetfile.git", `
"https://github.com/reuteras/dfirws.wiki.git", `
"https://github.com/SigmaHQ/sigma.git", `
"https://github.com/volexity/one-extract.git", `
"https://github.com/volexity/threat-intel.git", `
"https://github.com/wagga40/Zircolite.git", `
"https://github.com/Yamato-Security/hayabusa-rules.git"
Expand Down
4 changes: 2 additions & 2 deletions setup/install_python_tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ Copy-Item -r C:\git\dotnetfile $TEMP
Set-Location $TEMP\dotnetfile
python -m pip install --disable-pip-version-check . >> "C:\log\python.txt" 2>&1

Copy-Item -r C:\git\threat-intel $TEMP
Set-Location $TEMP\threat-intel\tools\one-extract
Copy-Item -r C:\git\one-extract $TEMP
Set-Location $TEMP\one-extract
python -m pip install --disable-pip-version-check . >> "C:\log\python.txt" 2>&1

deactivate
Expand Down

0 comments on commit b27ca6f

Please sign in to comment.