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
|
# Gaming
|
||||||
choco install -y goggalaxy;
|
choco install -y goggalaxy;
|
||||||
|
|
||||||
|
choco install --ignore-checksums -y `
|
||||||
|
ubisoft-connect;
|
||||||
|
|
||||||
choco install -y `
|
choco install -y `
|
||||||
epicgameslauncher `
|
epicgameslauncher `
|
||||||
steam `
|
steam `
|
||||||
ubisoft-connect `
|
|
||||||
Origin `
|
Origin `
|
||||||
ea-app;
|
ea-app;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue