Ignore checksum of EA app
This commit is contained in:
parent
9f34b9ddc7
commit
a041c4c7d7
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ function Restore-PersonalApps([Context] $context) {
|
||||||
choco install -y goggalaxy;
|
choco install -y goggalaxy;
|
||||||
|
|
||||||
choco install --ignore-checksums -y `
|
choco install --ignore-checksums -y `
|
||||||
ubisoft-connect;
|
ubisoft-connect `
|
||||||
|
ea-app;
|
||||||
|
|
||||||
choco install -y `
|
choco install -y `
|
||||||
epicgameslauncher `
|
epicgameslauncher `
|
||||||
|
|
Loading…
Reference in a new issue