You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments