clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.62k stars 984 forks source link

Move 'Install Utilities' block up #877

Closed dlee35 closed 1 year ago

dlee35 commented 1 year ago

An order of operations problem exists where scripts reliant on choco install being available fail because the script installing chocolatey (install_utilities.ps1) isn't run until after the fact. This has the unintended consequence of causing applications such as osquery to install incorrectly since that task is run before choco install in the current configuration.