From 8d8e8ce84df49e1b35d4d6876f6e87199c2b7581 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 18 Jul 2023 19:00:30 +0200 Subject: [PATCH] Ignore checksum of Ubisoft Connect --- scripts/Windows/Collections/Personal.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index b77ce892..1d0bdf76 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -121,10 +121,12 @@ function Restore-PersonalApps([Context] $context) { # Gaming choco install -y goggalaxy; + choco install --ignore-checksums -y ` + ubisoft-connect; + choco install -y ` epicgameslauncher ` steam ` - ubisoft-connect ` Origin ` ea-app;