Add aliae to all OSes

This commit is contained in:
Manuel Thalmann 2024-03-20 16:00:44 +01:00
parent 3b0a4e6956
commit 638d241973
5 changed files with 83 additions and 0 deletions
scripts/Windows/Software/aliae

View file

@ -0,0 +1,7 @@
#!/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;
. "$PSScriptRoot/../../Config/Aliae/Install.ps1" $context;