Skip to content

Commit 59e14a1

Browse files
authored
Remove deprecated PsGet module in favor of Install-Module
2 parents 845720e + 34f2aab commit 59e14a1

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)