feat: add option to install in other place than $HOME. #372
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe
First time using KIAUH and I was shocked to find out that all the stuff is installed in the $HOME. This may be ok if the user is using the Pi or SBC just for Klipper, but if not, it's not very elegant.
Describe the solution you'd like
Add an option that when selected allows to set the path of the destination.
Describe alternatives you've considered
You could also put the destination when executing the script:
./kiauh.sh /path/to/destinationAdditional information
No response
@dw-0 is work on this tracked somewhere? I'd like to contribute. I don't want to put the work into creating a beautiful Pull Request if the effort is redundant and likely inferior to that of more knowledgeable project members.
My thoughts on possible improvements to the current install process.
$HOME), create a single directory to contain them all$HOME(but preferably 0)/optor/usr/localor within the "XDG Base Directory Specification"These are listed in a "ranked" order based on what I estimate to be Value/Effort. It's better to only get #1 than nothing.
Thank you for listening.
@RichardBronosky the only "tracking" is the assignment to the "next" milestone. Which means im not looking into it until the current version i am working on (that means v6) is released. That will still take a while. But as KIAUH will be written in Python with v6, development should be easier and that awefull bash scripting is history. I will introduce a config file, where users can configure some specific behavior of KIAUH. Probably that will be the best place to simply introduce a configurable parameter where users can overwrite the base dir for all installations KIAUH does.