Ignore checksum of Ubisoft Connect
This commit is contained in:
parent
7c0c84d2dd
commit
8d8e8ce84d
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue