Update install

This commit is contained in:
Michel Roegl-Brunner
2026-01-26 14:43:57 +01:00
parent c5dfa9d403
commit 1e4864bb88
2 changed files with 15 additions and 28 deletions

View File

@@ -22,12 +22,7 @@ msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "clawdbot" "clawdbot/clawdbot"
pnpm_version=$(grep -oP '"packageManager":\s*"pnpm@\K[^"]+' /opt/clawdbot/package.json 2>/dev/null || echo "latest")
NODE_VERSION="24" NODE_MODULE="pnpm@${pnpm_version}" setup_nodejs
msg_info "Installing Clawdbot Dependencies"
cd /opt/clawdbot
$STD pnpm install --frozen-lockfile
msg_ok "Installed Dependencies"
NODE_VERSION="24" NODE_MODULE="pnpm@${pnpm_version},clawdbot@latest" setup_nodejs
msg_info "Building Clawdbot UI"
$STD pnpm ui:build