diff --git a/ct/yubal.sh b/ct/yubal.sh index ae307efe0..c36fd96b6 100644 --- a/ct/yubal.sh +++ b/ct/yubal.sh @@ -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"