Skip to content

Commit

Permalink
(itunes) Added ignore error on remove-item
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Feb 3, 2017
1 parent 9253519 commit 7c0d53a
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 @@ -37,4 +37,4 @@ foreach ($msiFile in $msiFileList) {
Install-ChocolateyInstallPackage @packageArgs
}

Remove-Item $packageArgs.unzipLocation -Recurse
Remove-Item $packageArgs.unzipLocation -Recurse -Force -ea 0

0 comments on commit 7c0d53a

Please sign in to comment.