Manifests/MicrosoftPowerShell.json
{ "Name": "Microsoft PowerShell", "Source": "https://docs.microsoft.com/powershell/", "Get": { "Uri": "https://api.github.com/repos/PowerShell/PowerShell/releases/latest", "MatchVersion": "(\\d+(\\.\\d+){1,4}).*", "MatchFileTypes": "\\.exe$|\\.msi$|\\.msp$" }, "Install": { "Setup": "PowerShell*.msi", "Preinstall": "", "Physical": { "Arguments": "/quiet /noinstall", "PostInstall": [] }, "Virtual": { "Arguments": "/quiet /noinstall", "PostInstall": [] } } } |