Skip to content

Commit

Permalink
Merge pull request #2537 from brogers5/itunes-3010
Browse files Browse the repository at this point in the history
(itunes) Add ERROR_SUCCESS_REBOOT_REQUIRED (3010) to Valid Exit Codes
  • Loading branch information
pauby committed Sep 16, 2024
2 parents 1c77360 + ca4525f commit f325f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
checksum64 = '08f399888efd2ddb16147c28e893cf60c8c6a997f06e4fae89b14886cb5bdeb4'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
validExitCodes = @(0, 2010, 1641, 3010)
unzipLocation = Get-PackageCacheLocation
}

Expand Down

0 comments on commit f325f3a

Please sign in to comment.