Skip to content

Commit

Permalink
Remove deprecated PsGet module in favor of Install-Module
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSDavidSoft authored May 23, 2023
2 parents 845720e + 34f2aab commit 59e14a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2,156 deletions.
1 change: 0 additions & 1 deletion vendor/profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ if (!$ENV:CMDER_ROOT) {
# Remove trailing '\'
$ENV:CMDER_ROOT = ($ENV:CMDER_ROOT).TrimEnd("\")

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

Expand Down
Loading

0 comments on commit 59e14a1

Please sign in to comment.