Add a separate script for installing WinSCP

This commit is contained in:
Manuel Thalmann 2023-07-24 23:10:49 +02:00
parent 07422a3ab3
commit 58d99272ac
2 changed files with 9 additions and 1 deletions
scripts/Windows/Software/WinSCP

View file

@ -0,0 +1,7 @@
#!/bin/pwsh
param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
choco install -y winscp;