-
-
Notifications
You must be signed in to change notification settings - Fork 492
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
feat: MultiDistribution support #401
Comments
Thanks for the request. A feature like this would likely mean, that there is more maintenance involved with dependencies. Currently dependencies are simply read from the official install script of klipper for example. Thats written with debian based systems in mind. But as im currently working on a rewrite of KIAUH in python, we could think about a different, a new approach of handling each components dependencies to allow other distros. This would also result in much more testing though. I have added the feature request to the "next" milestone. For now it will not be part of the v6 release. |
Do not make a new bicicle, maybe some one already make it)) |
I want to stick to the python standard library and don't want KIAUH to have special python dependencies. |
|
Is there any sort of timeline on the python V6 release? I started looking deeper into kiauh to see if I can get it working on an rpm based system, specifically Alma Linux but that would mean the popular rpm based distros would likely work as well. I'd rather not spend the time digging that deep into kiauh if the rewrite is in the works and coming soon. I got a fairly high amount of experience with RHEL style systems and I'm willing to help test the rewrite. |
Hi @BiloxiGeek , |
How about stating in the Prerequisites section of README that apt is a must then? |
Is your feature request related to a problem? Please describe
With os like arch linux installation is impossible becouse apt hardcoded in unreadable scripts.
Describe the solution you'd like
I suggest to use for install system dependencies some one of scm, like Ansible or Salt-ssh.
Described onece -- for many distribs -- Ded/rhel/arch and bsd systems. Simply conditions for different packages and many other features has suppor from box!
No needs difficult bash scripts -- Unreadable, difficult to maintain -- Blood from the eyes!
Describe alternatives you've considered
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: