From a5136f56f2bec7934e3f1f273b1eea438ff80f86 Mon Sep 17 00:00:00 2001 From: Sven Strack Date: Tue, 23 Jun 2026 15:19:38 +0200 Subject: [PATCH] chore(scripts): Update tested Ubuntu version from 24.04 to 26.04 The EC2 quickstart guide now references the Ubuntu 26.04 LTS AMI. Update the usage text to match. --- AWS/EC2/ec2-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS/EC2/ec2-install.sh b/AWS/EC2/ec2-install.sh index e1d75a6..68b13e5 100644 --- a/AWS/EC2/ec2-install.sh +++ b/AWS/EC2/ec2-install.sh @@ -90,7 +90,7 @@ echo -e "\n${WHITE}${BOLD}Example: ./install.sh -l develocity.license -hn develo echo -e "\nThe script sets up a lightweight Kubernetes (K3s) environment in which Develocity is deployed using Helm." echo -e "The license (-l, --license) and hostname (-hn, --hostname) flags are always required." -echo -e "\nThe script is tested with Ubuntu 24.04 x86_64 (AMI)." +echo -e "\nThe script is tested with Ubuntu 26.04 x86_64 (AMI)." echo -e "If you have questions please contact the Develocity support team."