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

9 lines
294 B
PowerShell
Raw Normal View History

2024-03-20 15:00:44 +00:00
#!/bin/pwsh
param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[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;