7 lines
132 B
PowerShell
7 lines
132 B
PowerShell
#!/bin/pwsh
|
|
param($context);
|
|
|
|
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
|
[Context] $context = $context;
|
|
|
|
choco install -y winscp;
|