Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.24 KB

Install a PowerShell Module from GitHub

Not all PowerShell Modules are published to the PowerShellGallery but are hosted on GitHub.

Read the blog post

Changes

1.6.0

via #25

  • on non-unix platforms, fixed the psd1 file search join-path on line 87 was joining two full paths, which is not a valid result.

1.5.0

Thank you to Max Renner for the pull request.

  • Use [System.Environment]::OSVersion.Platform -eq "Unix" as a catch all for non-windows systems
  • Replaced the hard coded Module paths assigned to $dest with environment variables instead.
  • Added if logic for Windows vs Non-Windows machines in assigning $psd1 and in the final Copy-Item statement.

1.4.0

v 0.5.0

In Action

image