Skip to content

Commit

Permalink
do not install with uv for now - fixes inventree#8789
Browse files Browse the repository at this point in the history
  • Loading branch information
matmair committed Dec 30, 2024
1 parent 1c2ad94 commit cf089dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/packager.io/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ function update_or_install() {

# Run update as app user
echo "# POI12| Updating InvenTree"
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && pip install uv wheel"
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && invoke update --uv | sed -e 's/^/# POI12| u | /;'"
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && pip install wheel"
sudo -u ${APP_USER} --preserve-env=$SETUP_ENVS bash -c "cd ${APP_HOME} && invoke update | sed -e 's/^/# POI12| u | /;'"

# Make sure permissions are correct again
echo "# POI12| Set permissions for data dir and media: ${DATA_DIR}"
Expand Down

0 comments on commit cf089dd

Please sign in to comment.