Update setupScriptInfo.ps1
This commit is contained in:
@@ -124,7 +124,13 @@ choco install sublimetext4 -y
|
|||||||
choco install vlc -y
|
choco install vlc -y
|
||||||
choco install audacity -y
|
choco install audacity -y
|
||||||
|
|
||||||
choco install scratch -y
|
|
||||||
|
Install-ChocolateyPackage -PackageName "scratch" `
|
||||||
|
-FileType "exe" `
|
||||||
|
-Url "https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe" `
|
||||||
|
-ValidExitCodes @(0) `
|
||||||
|
-Checksum "dfca2f1a842aea69a2b0a22ca66fa7852f86259e3da4f576f8ae7fa16f1e9134" `
|
||||||
|
-ChecksumType "sha256"
|
||||||
choco install mblock -y
|
choco install mblock -y
|
||||||
Expand-Archive -Path (Join-Path $tmpPath "Simulation Domotique.zip") -DestinationPath $env:ProgramFiles -Force
|
Expand-Archive -Path (Join-Path $tmpPath "Simulation Domotique.zip") -DestinationPath $env:ProgramFiles -Force
|
||||||
$sourceFolderPath = Join-Path $env:ProgramFiles "simulation"
|
$sourceFolderPath = Join-Path $env:ProgramFiles "simulation"
|
||||||
|
|||||||
Reference in New Issue
Block a user