Update install

This commit is contained in:
Michel Roegl-Brunner 2026-01-26 15:14:07 +01:00
parent 039121af88
commit 870dc3a42f

View File

@ -22,7 +22,12 @@ 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},clawdbot@latest" setup_nodejs
NODE_VERSION="24" NODE_MODULE="pnpm@${pnpm_version}" setup_nodejs
msg_info "Installing Clawdbot"
$STD pnpm add -g clawdbot@latest
msg_ok "Installed Clawdbot"
msg_info "Building Clawdbot UI"
$STD pnpm ui:build