Update setupScriptInfo.ps1

This commit is contained in:
2023-10-16 09:38:49 +00:00
parent 36bea7ae9b
commit 935bfcd168

View File

@@ -133,7 +133,7 @@ choco install vlc -y
choco install audacity -y
Write-Host 'Installing Scratch...'
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe") -ArgumentList "/S ALLUSERS=1" -Wait
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe") -ArgumentList "/allusers /s" -Wait
choco install mblock -y