Compare commits

..

1 Commits

Author SHA1 Message Date
Tobias
6388585b7b fix: yubal update 2026-03-16 08:52:27 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ function update_script() {
fi
NODE_VERSION="22" setup_nodejs
hash -r 2>/dev/null || true
if check_for_gh_release "tududi" "chrisvel/tududi"; then
msg_info "Stopping Service"

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"