fix: add informational messages for dependency installation in localagi-install.sh

This commit is contained in:
John Doe
2026-03-05 15:29:23 -05:00
parent 8a1a4f8b9b
commit c89dcca71a

View File

@@ -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