update RPi OS #62
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?
Why not add the an update section for the RPi OS software ?
something like:
sudo apt update
sudo apt full-upgrade
I think you are better at just defining an alias if you use these commands a lot.
It doesn't make a lot of sense to me why someone would start kiauh first and then navigate to the update menu just to basically execute 2 commands that you could already have executed instead of starting kiauh.
This will add an alias with the name "upgrade":
cd ~ && echo "alias upgrade='sudo apt update && sudo apt full-upgrade'" >> ~/.bash_aliases && exec bashFrom then on you can just SSH into the Pi, type "upgrade" and both commands you wished i should add an update section for will get executed.
Easier, faster... and especially a lot less work for me to only executing 2 commands in the end.
Hello @th33xitus
I agree with your comment.
In the same idea, could it be possible to backup the complete Klipper_config folder ?
This folder holds all the cfg files and menu files ??
Ronald
Hi,
such feature is already in the making. But not on the master branch. I am working on a quite big rework of the script (as you can see by the commits here https://github.com/th33xitus/kiauh/commits/kiauh-rework) which goal it is to make almost every installable part multi-instance capable (that means more than one instance of klipper/moonraker/fluidd/octoprint/dwc2 on one single raspberr pi). In that branch, the feature already exists. I hope i can merge this to the master branch in the near future. At the moment i need some more time and maybe some more testers who give feedback on that or find bugs.
But yeah tl;dr: Will be there (hopefully) soon™️ :)
Should be solved with
16e6dde998Closing...