-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Enhance package-Manager for Windows and MacOS #577
Comments
Is it time to move that logic into its own module? :) |
A new module was Introduced now setupPackageManager or so ... when we enhance we should think about to split I would say |
To be clear, I meant a separate npm module, e.g. |
Regarding separate package: I don't think that we should split this up, adapters can still require existing npm modules like https://www.npmjs.com/package/system-installer and IMHO installing OS packages is not really ioBroker specific. Also devs can now easily get packages installed by io-package json. From my point of view there is no need for this atm. |
For windows there exists https://chocolatey.org/, we could install it via the installer, to have it available for everyone. |
Anyone planning that for 3.1? |
Currently the package mangement logic in js-controller 2.2.3+ supports yum and apt. It should be enhanced for macosx (brew?), windows (download+start installer?) and maybe other linux derivates
The text was updated successfully, but these errors were encountered: