Skip to content

Commit

Permalink
(itunes) Add ERROR_SUCCESS_REBOOT_REQUIRED (3010) to Valid Exit Codes
Browse files Browse the repository at this point in the history
  • Loading branch information
brogers5 committed Sep 14, 2024
1 parent d623178 commit ca4525f
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 ca4525f

Please sign in to comment.