Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move 'Install Utilities' block up #877

Merged
merged 2 commits into from
Mar 22, 2023
Merged

Move 'Install Utilities' block up #877

merged 2 commits into from
Mar 22, 2023

Conversation

dlee35
Copy link
Sponsor Contributor

@dlee35 dlee35 commented Dec 31, 2022

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.

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.
@clong clong merged commit f63213d into clong:master Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants