-
Notifications
You must be signed in to change notification settings - Fork 984
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
Arch Linux Support #3186
Arch Linux Support #3186
Conversation
Thanks for making your first PR here! |
Thanks for the contribution @azer ! So it works fine with |
@jeluard I think you missed the part I added separete
|
We use |
@jeluard gotcha! Currently package names are same on both sides (only maven and nodejs), it'd require some sort of mapping as the list grows though... |
Makes sense! Can you add a comment in the script so that we keep this in mind for eventual future changes? |
Thanks, just added a comment. |
Thanks @azer! |
@azer Can you please squash your commits into one first? (We do merges outside of GH for code signing with a script). |
@oskarth squashed |
… Arch Linux' package manager pacman Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
Summary
It creates umbrella commands for all Linux packages and adds support for Arch Linux' package manager
pacman
.Testing
You can run it inside a Docker with Arch Linux image. I've tested it in Arch before submitting this PR though.
Status: ready