From 7839461dc7583877f0508d1c7bf1790dd4608f1e Mon Sep 17 00:00:00 2001 From: Frederik Hjorslev Poulsen Date: Wed, 6 May 2020 22:47:07 +0200 Subject: [PATCH] :bug: (Package Managers): Remove PsGet The site is down. The module does not seem to be actively maintained. The readme of the project suggests that PsGet is installed using the website that is currently down. --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index e91d6cf..bb8eb17 100644 --- a/readme.md +++ b/readme.md @@ -144,7 +144,6 @@ It includes a command-line shell and an associated scripting language. ## Package Managers * [PowerShellGet](https://github.com/powershell/powershellget) - PowerShellGet is the Package Manager for PowerShell. Packages are available on [PowerShellGallery](https://www.PowerShellGallery.com). -* [PsGet](http://psget.net/) - Set of commands to install modules from central directory, local file or from the web. * [Chocolatey](https://chocolatey.org/) - The package manager for Windows. The sane way to manage software on Windows. * [GitLab](https://github.com/akamac/GitLabProvider) - Use a GitLab server as Package Provider.