fix: yubal update (#12961)

This commit is contained in:
Tobias 2026-03-16 09:15:45 +01:00 committed by GitHub
parent 9658f5363e
commit 16edbdd274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ function update_script() {
msg_info "Installing Python Dependencies"
cd /opt/yubal
$STD uv sync --no-dev --frozen
$STD uv sync --package yubal-api --no-dev --frozen
msg_ok "Installed Python Dependencies"
msg_info "Starting Services"