File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ function update_script() {
5454 cd /opt/mediamanager
5555 rm -rf " $MM_DIR " /{media_manager,alembic* }
5656 cp -r {media_manager,alembic* } " $MM_DIR "
57- $STD /usr/local/bin/uv sync --locked --active
57+ $STD /usr/local/bin/uv sync --locked --active -n -p cpython3.13 --managed-python
5858 msg_ok " Updated $APP "
5959
6060 msg_info " Starting Service"
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ export BASE_PATH=""
5858export VIRTUAL_ENV=" ${MM_DIR} /venv"
5959cd /opt/mediamanager
6060cp -r {media_manager,alembic* } " $MM_DIR "
61- $STD /usr/local/bin/uv venv " $VIRTUAL_ENV "
62- $STD /usr/local/bin/uv sync --locked --active
61+ $STD /usr/local/bin/uv sync --locked --active -n -p cpython3.13 --managed-python
6362msg_ok " Configured MediaManager"
6463
6564msg_info " Creating config and start script"
You can’t perform that action at this time.
0 commit comments