-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
fix: improve ujust bluefin-cli #857
Conversation
Enables the use of all of toolboxes in ublue-os/toolboxes Dynamically fetches the Quadlets and makes systemd targets Moves the inline ujust command to it's own script
I will have to head to bed (it is midnight here), but i will continue looking at this tomorrow unless someone else picks up where i left off. |
Would also recommend adding an exit in case the user cancels a selection (for example when selecting a container they can press ESC to cancel, this will return an empty string, this currently seems to lock the script |
That seems smart. Each question should resolve to a variable. If a variable is empty bail out. Right now a SIGINT or empty string will put the script in a bad state. I also should move all questions to occur before any execution. For the loops that might be an issue but |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now
Enables the use of all of toolboxes in ublue-os/toolboxes
Dynamically fetches the Quadlets and makes systemd targets
Moves the inline ujust command to it's own script