Update endurain-install.sh

This commit is contained in:
CanbiZ 2025-12-03 12:51:22 +01:00
parent 70a076de9d
commit 54f80c981a

View File

@ -86,10 +86,10 @@ msg_ok "Built Frontend"
msg_info "Setting up Backend" msg_info "Setting up Backend"
cd /opt/endurain/backend cd /opt/endurain/backend
uv tool install poetry $STD uv tool install poetry
uv tool update-shell $STD uv tool update-shell
export PATH="/root/.local/bin:$PATH" export PATH="/root/.local/bin:$PATH"
poetry self add poetry-plugin-export $STD poetry self add poetry-plugin-export
$STD poetry export -f requirements.txt --output requirements.txt --without-hashes $STD poetry export -f requirements.txt --output requirements.txt --without-hashes
$STD uv venv $STD uv venv
$STD uv pip install -r requirements.txt $STD uv pip install -r requirements.txt