Skip to content

Commit

Permalink
Merge pull request #186 from alkivi-sas/fix-dellcommandupdate
Browse files Browse the repository at this point in the history
fix(option): user-agent make installer crash
  • Loading branch information
flcdrg authored Sep 18, 2024
2 parents 077a7a3 + 74ae394 commit dc911e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dellcommandupdate/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ $packageArgs = @{
checksum = $checksum
checksumType = $checksumType
destination = $toolsDir
options = @{ Headers = @{ 'User-Agent' = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0' } }
}

Install-ChocolateyPackage @packageArgs

0 comments on commit dc911e5

Please sign in to comment.