Ignore checksums during the RetroArch installation
This commit is contained in:
parent
a93627fc25
commit
e38ae40c8e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ $null = New-Module {
|
|||
function Restore-RetroArch([Context] $context) {
|
||||
Write-Host "Restoring RetroArch";
|
||||
Write-Information "Installing RetroArch";
|
||||
choco install -y retroarch;
|
||||
choco install -y --ignore-checksums retroarch;
|
||||
Write-Information "Restoring files";
|
||||
$context.Restore($context.SoftwareArchive($softwareName), $path);
|
||||
|
||||
|
|
Loading…
Reference in a new issue