From c89dcca71ac0a37da29aacbd8dcdfbdda0a8bf95 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 5 Mar 2026 15:29:23 -0500 Subject: [PATCH] fix: add informational messages for dependency installation in localagi-install.sh --- install/localagi-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/localagi-install.sh b/install/localagi-install.sh index 9c3abd64a..f44adde7a 100644 --- a/install/localagi-install.sh +++ b/install/localagi-install.sh @@ -14,7 +14,9 @@ setting_up_container network_check update_os +msg_info "Installing Dependencies" $STD apt install -y build-essential +msg_ok "Installed Dependencies" NODE_VERSION="24" setup_nodejs setup_go