Update setupScriptInfo.ps1
This commit is contained in:
@@ -19,7 +19,7 @@ $filesToDownload = @(
|
|||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
Url = "https://downloads.arduino.cc/arduino-ide/arduino-ide_2.2.1_Windows_64bit.msi"
|
Url = "https://downloads.arduino.cc/arduino-ide/arduino-ide_2.2.1_Windows_64bit.msi"
|
||||||
FileName = "arduino-ide_2.2.1_Windows_64bit.exe"
|
FileName = "arduino-ide_2.2.1_Windows_64bit.msi"
|
||||||
},
|
},
|
||||||
@{
|
@{
|
||||||
Url = "https://cdn.discordapp.com/attachments/704760633379389533/1161288504765059172/RobotProg.zip"
|
Url = "https://cdn.discordapp.com/attachments/704760633379389533/1161288504765059172/RobotProg.zip"
|
||||||
@@ -158,7 +158,7 @@ $shortcut.Save()
|
|||||||
|
|
||||||
Write-Host 'Installing Arduino...'
|
Write-Host 'Installing Arduino...'
|
||||||
$msiFilePath = Join-Path -Path $tmpPath -ChildPath "arduino-ide_2.2.1_Windows_64bit.msi"
|
$msiFilePath = Join-Path -Path $tmpPath -ChildPath "arduino-ide_2.2.1_Windows_64bit.msi"
|
||||||
Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" ALLUSERS=1 /qn" -Wait
|
Start-Process -FilePath "msiexec.exe" -ArgumentList "/i `"$msiFilePath`" ALLUSERS=1 /passive" -Wait
|
||||||
|
|
||||||
choco install ganttproject -y
|
choco install ganttproject -y
|
||||||
$msiFilePath = Join-Path -Path $tmpPath -ChildPath "EV3_Classroom_Windows_1.5.3_Global.msi"
|
$msiFilePath = Join-Path -Path $tmpPath -ChildPath "EV3_Classroom_Windows_1.5.3_Global.msi"
|
||||||
|
|||||||
Reference in New Issue
Block a user