feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
Showing only changes of commit 87fded584f - Show all commits

View File

@@ -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