From 870dc3a42f0b14902cbc3a74ff3d19f04278c4a1 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 26 Jan 2026 15:14:07 +0100 Subject: [PATCH] Update install --- install/clawdbot-install.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/install/clawdbot-install.sh b/install/clawdbot-install.sh index 6769cc16a..1ed3ed574 100644 --- a/install/clawdbot-install.sh +++ b/install/clawdbot-install.sh @@ -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