From fb6a07611bec46570e5de8ccceb05c04e5d810d5 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 15:48:12 -0500 Subject: [PATCH] fix: simplify dependency installation by removing unnecessary packages in localagi-install.sh --- install/localagi-install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install/localagi-install.sh b/install/localagi-install.sh index e5e865fb..a7603672 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -30,12 +30,7 @@ function cleanup_localagi_service() { trap cleanup_localagi_service EXIT msg_info "Installing Dependencies" -$STD apt install -y \ - curl \ - ca-certificates \ - git \ - jq \ - build-essential +$STD apt install -y build-essential msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs