Update setupScriptInfo.ps1
This commit is contained in:
@@ -132,6 +132,7 @@ choco install sublimetext4 -y
|
|||||||
choco install vlc -y
|
choco install vlc -y
|
||||||
choco install audacity -y
|
choco install audacity -y
|
||||||
|
|
||||||
|
Write-Host 'Installing Scratch...'
|
||||||
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe")
|
Start-Process -FilePath $(Join-Path $tmpPath "Scratch%20Setup.exe")
|
||||||
|
|
||||||
choco install mblock -y
|
choco install mblock -y
|
||||||
@@ -153,6 +154,7 @@ $shortcut.IconLocation = $targetExePath
|
|||||||
$shortcut.WorkingDirectory = (Get-Item $targetExePath).DirectoryName
|
$shortcut.WorkingDirectory = (Get-Item $targetExePath).DirectoryName
|
||||||
$shortcut.Save()
|
$shortcut.Save()
|
||||||
|
|
||||||
|
Write-Host 'Installing Arduino...'
|
||||||
Start-Process -FilePath $(Join-Path $tmpPath "arduino-ide_2.2.1_Windows_64bit.exe")
|
Start-Process -FilePath $(Join-Path $tmpPath "arduino-ide_2.2.1_Windows_64bit.exe")
|
||||||
|
|
||||||
choco install ganttproject -y
|
choco install ganttproject -y
|
||||||
|
|||||||
Reference in New Issue
Block a user