Simplify aliae installation

This commit is contained in:
Manuel Thalmann 2024-03-21 00:15:51 +01:00
commit 356611b169
2 changed files with 3 additions and 13 deletions
scripts/Windows/Software/aliae

View file

@ -4,4 +4,4 @@ param($context);
[Context] $context = $context;
winget install --accept-source-agreements --accept-package-agreements -s winget --scope machine -e --id JanDeDobbeleer.Aliae;
. "$PSScriptRoot/../../Config/aliae/Install.ps1" $context;
. "$PSScriptRoot/../../Config/aliae/Install.ps1";