From eb6ba8417a1ea3e2e941ef23d7a9d99349f49ac4 Mon Sep 17 00:00:00 2001 From: Michael Buntarman Date: Sat, 11 Oct 2025 13:37:28 +0700 Subject: [PATCH] chore: view update guide in AMI welcome message --- deployments/infra/stacks/ami_pipeline_stack.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployments/infra/stacks/ami_pipeline_stack.go b/deployments/infra/stacks/ami_pipeline_stack.go index a7b8bae1c..4ee99a71f 100644 --- a/deployments/infra/stacks/ami_pipeline_stack.go +++ b/deployments/infra/stacks/ami_pipeline_stack.go @@ -366,6 +366,9 @@ phases: After configuration, your node will start automatically and begin syncing! + 📦 To update to the latest software: + sudo tn-node-update + 🤖 MCP (AI Integration) Setup: 1. Configure node with --enable-mcp flag 2. Open port 8000 in your AWS Security Group: @@ -402,6 +405,9 @@ phases: echo "" echo "After configuration, your node will start automatically and begin syncing!" echo "" + echo "📦 To update to the latest software:" + echo "sudo tn-node-update" + echo "" echo "🤖 MCP (AI Integration) Setup:" echo "1. Configure node with --enable-mcp flag" echo "2. Open port 8000 in your AWS Security Group:"