Install software before setting associations
This commit is contained in:
parent
6464f32396
commit
892aa46f12
3 changed files with 12 additions and 2 deletions
scripts/Windows/Software
|
@ -5,3 +5,4 @@ param($context)
|
|||
[Context] $context = $context;
|
||||
|
||||
choco install -y thunderbird --params "/NoTaskbarShortcut /NoDesktopShortcut";
|
||||
. "$PSScriptRoot/../../Config/Thunderbird/Install.ps1" $context;
|
||||
|
|
8
scripts/Windows/Software/WinSCP/Install.ps1
Normal file
8
scripts/Windows/Software/WinSCP/Install.ps1
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/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