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

9 lines
304 B
PowerShell
Raw Normal View History

2024-03-20 15:00:44 +00:00
#!/bin/pwsh
param($context);
2024-08-07 19:05:32 +00:00
. "$PSScriptRoot/../../../Common/Scripts/Context.ps1";
2024-03-20 15:00:44 +00:00
[Context] $context = $context;
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine -e --id JanDeDobbeleer.Aliae;
2024-03-20 23:15:51 +00:00
. "$PSScriptRoot/../../Config/aliae/Install.ps1";
2024-03-23 22:27:06 +00:00
refreshenv;