Skip to content

Modified update and install scripts to address 406 errors

Created by: dgalbraith

Http 406 errors were blocking the execution of the update script. The error was being returned on the au validation of the Url. To address this the flags were updated to skip the Url check.

In addition to addressing the base Http 406 error some reformatting and simplification updates were made.

This addresses the issue flagged in chocolatey-community/chocolatey-package-requests/issues/880

Proposed changes in this pull request:

  • Update au invocation to suppress URL check

  • Populate chocolateyInstall.ps1 with correct values for the 0.99.32-b version

  • Simplify scripting

  • Minor formatting changes

  • PR as been tested

  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review

  • Read contribution guide


This change is Reviewable

Merge request reports