10 lines
396 B
PowerShell
10 lines
396 B
PowerShell
. "$PSScriptRoot/../../Scripts/SoftwareManagement.ps1";
|
|
. "$PSScriptRoot/../../../Common/Scripts/Software.ps1";
|
|
. "$PSScriptRoot/../../../Common/Types/InstallerAction.ps1";
|
|
|
|
Start-SoftwareInstaller @args `
|
|
-Inherit "$PSScriptRoot/../../../Common/Software/oh-my-posh/Main.ps1" `
|
|
-Installer {
|
|
Install-WingetPackage JanDeDobbeleer.OhMyPosh -ArgumentList "--scope", "machine";
|
|
};
|