From 90fc8fb1c76792c19648a1e3386b007bc37e0729 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 4 Mar 2026 10:30:43 -0500 Subject: [PATCH] refactor: simplify localagi-install.sh by removing GO_VERSION variable from setup_go --- install/localagi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/localagi-install.sh b/install/localagi-install.sh index 43a92979c..582806d36 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -24,7 +24,7 @@ $STD apt install -y \ msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs -GO_VERSION="latest" setup_go +setup_go msg_info "Installing Bun" $STD npm install -g bun