Set default programs before creating user
This commit is contained in:
parent
e86657858a
commit
f135727dc2
4 changed files with 5 additions and 20 deletions
scripts/Windows/Software
|
@ -1,8 +0,0 @@
|
|||
#!/bin/pwsh
|
||||
param($context)
|
||||
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
[Context] $context = $context;
|
||||
|
||||
choco install -y thunderbird;
|
||||
. "$PSScriptRoot/../../Config/Thunderbird/Install.ps1" $context;
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/pwsh
|
||||
param($context);
|
||||
|
||||
. "$PSScriptRoot/../../Scripts/Context.ps1";
|
||||
[Context] $context = $context;
|
||||
|
||||
choco install -y winscp;
|
||||
. "$PSScriptRoot/../../Config/WinSCP/Install.ps1" $context;
|
Loading…
Add table
Add a link
Reference in a new issue