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

(#3255) Rewrite chocolateysetup.psm1 #3256

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jul 6, 2023

  1. (chocolatey#3255) Rewrite chocolateysetup.psm1

    This script has barely been touched in the last decade, in part because
    it's difficult to follow. Gave it a much needed revision to remove
    unnecessary clutter, make its code patterns more consistent, and be much
    more sensible in how it declares and calls commands, so that we can be
    much more confident that things are working how we expect them to.
    
    This should help make it much easier to make changes to going forward,
    should we ever need to.
    vexx32 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cc4cc5c View commit details
    Browse the repository at this point in the history