Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
  • Loading branch information
theodiem authored May 27, 2024
1 parent bc6b9c9 commit 96d147c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/klipper/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ pushd "/home/${BASE_USER}" &> /dev/null || exit 1
echo_green "Creating Virtualenv for Klipper (klippy-env) ..."
sudo -u "${BASE_USER}" virtualenv -p python3 "${KLIPPER_PYTHON_DIR}"
echo_green "Installing klippy Python Dependencies ..."
df -h
sudo mount -t tmpfs -o size=1000Mi,mode=1777 devfs /tmp
df -h
sudo -u "${BASE_USER}" "${KLIPPER_PYTHON_DIR}"/bin/pip install -r "${KLIPPER_SRC_DIR}"/"${KLIPPER_PYENV_REQ}"
popd &> /dev/null || exit 1

Expand Down

0 comments on commit 96d147c

Please sign in to comment.