-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instruction to install PowerShellGet without Install-Module #66
Comments
What you are suggesting would ultimately mean that every package maintainer who makes modules for powershell would have to provide bespoke instructions for alpine linux. It would be much more efficient if the maintainer for powershell under alpine would just provide those instructions, or implement It seems this is also mentioned in Powershell's GitHub issues, so it's probably best to keep track of the issue there. Though, to answer where you could install the modules, you could put them in Let me know how that goes for you anyways. I'll spin up an alpine VM in a few and have a look into the problem. |
Instructions for installing Package Managers for a program language runtime is extremely common:
Package Manager should figure figure out which path it takes:
|
The instructions are in readme.md already. The manual instructions are: Get PowerShellGet SourceSteps
If |
The problem is due to lack of
Love your open source passion. However, I am going to draw the line here -- I am simply a user here to report a compatibility issue between 2 major pieces of open source software. It is not user's job to facilitate communications between software projects (e.g. distributor should bundle this, distributor could avoid that, distributor should run this test suite). In similar vein, if Photoshop has compatibility issues with Windows, do you expect a hobbyist designer to travel between Redmond and San Jose facilitate communication between Microsoft and Adobe? |
Summary of the new feature / enhancement
Alpine Linux now has a powershell package but it does not come with
Install-Module
, so there is no way to installPowerShellGet
using existing instructions.Could we document instructions on how to install PowerShellGet without a prior installation?
Proposed technical implementation details (optional)
E.g.
The text was updated successfully, but these errors were encountered: