Files
qmi-cloud-tf-modules/win-common/scripts/onedrive-install.ps1
Manuel Romero b3d8b78ce7 fix reinstall
2021-03-03 12:37:28 +01:00

3 lines
160 B
PowerShell

Write-Host "--- Install OneDrive"
start-sleep -s 10
choco install onedrive --force --no-progress --ignorechecksums --cache C:\Provision --params "ALLUSERS=1" -y