Ignore outdated checksums

This commit is contained in:
Manuel Thalmann 2023-07-20 15:48:49 +02:00
parent 3b918ca0a1
commit 0601c7c35b
2 changed files with 5 additions and 2 deletions
scripts/Windows/Software/LGHub

View file

@ -40,7 +40,7 @@ $null = New-Module {
function Restore-LogitechGHUB([Context] $context) {
Write-Host "Restoring Logitech G HUB";
Write-Information "Installing the app";
choco install -y lghub;
choco install -y --ignore-checksums lghub;
$hubPath = Stop-LogitechGHUB;
Write-Information "Restoring important files";
$context.Restore($context.SoftwareArchive($softwareName), $path);