refactor: simplify localagi-install.sh by removing GO_VERSION variable from setup_go
This commit is contained in:
@@ -24,7 +24,7 @@ $STD apt install -y \
|
|||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
GO_VERSION="latest" setup_go
|
setup_go
|
||||||
|
|
||||||
msg_info "Installing Bun"
|
msg_info "Installing Bun"
|
||||||
$STD npm install -g bun
|
$STD npm install -g bun
|
||||||
|
|||||||
Reference in New Issue
Block a user