refactor(klipper.sh): remove function call that will be obsolete soon

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-03-19 14:09:44 +01:00
parent 1494005630
commit 87fded584f

View File

@@ -319,10 +319,8 @@ function update_klipper(){
cd "${HOME}" && git clone "${KLIPPER_REPO}" cd "${HOME}" && git clone "${KLIPPER_REPO}"
else else
bb4u "klipper" bb4u "klipper"
save_klipper_state
status_msg "Updating Klipper ..." status_msg "Updating Klipper ..."
cd "${KLIPPER_DIR}" cd "${KLIPPER_DIR}" && git pull
git pull
### read PKGLIST and install possible new dependencies ### read PKGLIST and install possible new dependencies
install_klipper_packages install_klipper_packages
### install possible new python dependencies ### install possible new python dependencies