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."