diff --git a/scripts/klipper.sh b/scripts/klipper.sh index ed13929..d53920b 100644 --- a/scripts/klipper.sh +++ b/scripts/klipper.sh @@ -617,8 +617,7 @@ function update_klipper() { do_action_service "stop" "klipper" if [[ ! -d ${KLIPPER_DIR} ]]; then - error_msg "Nothing to update, Klipper directory doesn't exists! Please instakk Klipper first." - return + clone_klipper "${custom_repo}" "${custom_branch}" else backup_before_update "klipper"