ryan-jan / MSCatalog

PowerShell module for searching and downloading offline updates from https://www.catalog.update.microsoft.com
MIT License
58 stars 16 forks source link

Publish to PowerShellGallery #29

Open OnceUponALoop opened 1 year ago

OnceUponALoop commented 1 year ago

The version currently available on powershellgallery (1.18.0) is broken (bad regex) I see that the issue has been fixed here, could you publish a new working version?

For now, if anyone else is in the same boat, I'm just using the Install-ModuleFromGithub to get the latest via

Install-ModuleFromGitHub -GitHubRepo ryan-jan/MSCatalog
mgonzcast commented 1 year ago

The version currently available on powershellgallery (1.18.0) is broken (bad regex) I see that the issue has been fixed here, could you publish a new working version?

For now, if anyone else is in the same boat, I'm just using the Install-ModuleFromGithub to get the latest via

Install-ModuleFromGitHub -GitHubRepo ryan-jan/MSCatalog

Using the install-modulefromGitHub module didn´t work for me. It reports nothing was downloaded

PS C:\users\admin\Desktop> Install-ModulefromGithub -GithubRepo ryan-jan/MSCatalog -verbose DETALLADO: [02/17/2023 13:07:23] Retrieving ryan-jan/MSCatalog master DETALLADO: GET https://api.github.com/repos/ryan-jan/MSCatalog/zipball/master with 0-byte payload DETALLADO: received -1-byte response of content type application/zip