Manifests/MicrosoftPowerShellCore.json
{ "Name": "PowerShell Core", "Source": "https://docs.microsoft.com/powershell/", "Get": { "Uri": "https://api.github.com/repos/PowerShell/PowerShell/releases/latest", "ContentType": "application/json; charset=utf-8", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*" }, "Install": { "Setup": "PowerShell*.msi", "Preinstall": "", "Physical": { "Arguments": "/quiet /noinstall", "PostInstall": [] }, "Virtual": { "Arguments": "/quiet /noinstall", "PostInstall": [] } } } |