Add aliae to all OSes
This commit is contained in:
parent
3b0a4e6956
commit
638d241973
5 changed files with 83 additions and 0 deletions
scripts/Windows/Software/aliae
7
scripts/Windows/Software/aliae/Install.ps1
Normal file
7
scripts/Windows/Software/aliae/Install.ps1
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue