initial commit of a bigger kiauh rework to make multi instance installations possible

This commit is contained in:
th33xitus
2021-01-07 15:26:19 +01:00
parent 61dfab5683
commit 08ae57d349
12 changed files with 873 additions and 310 deletions

View File

@@ -58,7 +58,7 @@ update_all(){
}
update_klipper(){
stop_klipper
klipper_service "stop"
if [ ! -d $KLIPPER_DIR ]; then
cd ${HOME} && git clone $KLIPPER_REPO
else
@@ -82,7 +82,7 @@ update_klipper(){
ok_msg "Dependencies already met or have been installed!"
ok_msg "Update complete!"
fi
start_klipper
klipper_service "start"
}
update_dwc2fk(){