Skip to content

Commit 34f2aab

Browse files
committed
Remove PSGet Entirely
Fixes #2841 Signed-off-by: Martin Kemp <[email protected]>
1 parent 845720e commit 34f2aab

File tree

2 files changed

+0
-2156
lines changed

2 files changed

+0
-2156
lines changed

vendor/profile.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ if (!$ENV:CMDER_ROOT) {
2828
# Remove trailing '\'
2929
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")
3030

31-
# Do not load bundled PsGet if a module installer is already available
3231
# -> recent PowerShell versions include PowerShellGet out of the box
3332
$moduleInstallerAvailable = [bool](Get-Command -Name 'Install-Module' -ErrorAction SilentlyContinue)
3433

0 commit comments

Comments
 (0)