From 05741195c2e46e6805a6b8cc5182efb4730a55e1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:14:22 +0100 Subject: [PATCH] Update clawdbot-install.sh --- install/clawdbot-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/clawdbot-install.sh b/install/clawdbot-install.sh index b9ab2ec4f..63556fb45 100644 --- a/install/clawdbot-install.sh +++ b/install/clawdbot-install.sh @@ -14,7 +14,7 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt-get install -y \ +$STD apt install -y \ build-essential \ git msg_ok "Installed Dependencies" @@ -22,10 +22,7 @@ msg_ok "Installed Dependencies" NODE_VERSION="24" NODE_MODULE="pnpm@latest" setup_nodejs -msg_info "Installing Clawdbot" curl -fsSL https://clawd.bot/install.sh | bash -msg_ok "Installed Clawdbot" - motd_ssh