PortValhalla/scripts/Windows/Software/Thunderbird/Install.ps1

8 lines
136 B
PowerShell

#!/bin/pwsh
param($context)
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
choco install -y thunderbird;