refactor(klipper.sh): calling pip
Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
@@ -322,7 +322,7 @@ function update_klipper(){
|
|||||||
### 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
|
||||||
"${KLIPPY_ENV}"/bin/pip install -r "${KLIPPER_DIR}/scripts/klippy-requirements.txt"
|
/bin/bash "${KLIPPY_ENV}/bin/pip" install -r "${KLIPPER_DIR}/scripts/klippy-requirements.txt"
|
||||||
fi
|
fi
|
||||||
update_log_paths "klipper"
|
update_log_paths "klipper"
|
||||||
ok_msg "Update complete!"
|
ok_msg "Update complete!"
|
||||||
|
|||||||
Reference in New Issue
Block a user