From 95ca4395241376a85ce42e17201b5696801ad82c Mon Sep 17 00:00:00 2001 From: th33xitus Date: Sat, 19 Mar 2022 14:09:44 +0100 Subject: [PATCH] refactor(klipper.sh): remove function call that will be obsolete soon Signed-off-by: Dominik Willner th33xitus@gmail.com --- scripts/klipper.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/klipper.sh b/scripts/klipper.sh index 808f092..b90c5b6 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -319,10 +319,8 @@ function update_klipper(){ cd "${HOME}" && git clone "${KLIPPER_REPO}" else bb4u "klipper" - save_klipper_state status_msg "Updating Klipper ..." - cd "${KLIPPER_DIR}" - git pull + cd "${KLIPPER_DIR}" && git pull ### read PKGLIST and install possible new dependencies install_klipper_packages ### install possible new python dependencies