Ignore outdated checksums
This commit is contained in:
parent
3b918ca0a1
commit
0601c7c35b
2 changed files with 5 additions and 2 deletions
scripts/Windows/Software/LGHub
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue