From a44ab26e543f55c081f3e98d337402a2d7aa614d Mon Sep 17 00:00:00 2001 From: Marco Dinis Date: Fri, 26 Apr 2024 18:22:25 +0100 Subject: [PATCH] Join Script: add apt repo for Ubuntu 24.04 --- lib/web/scripts/node-join/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/scripts/node-join/install.sh b/lib/web/scripts/node-join/install.sh index 6c6fc57fb77f6..9f19832c53e22 100755 --- a/lib/web/scripts/node-join/install.sh +++ b/lib/web/scripts/node-join/install.sh @@ -990,7 +990,7 @@ is_repo_available() { # The following distros+version have a Teleport repository to install from. case "${ID}-${VERSION_ID}" in - ubuntu-16.04* | ubuntu-18.04* | ubuntu-20.04* | ubuntu-22.04* | \ + ubuntu-16.04* | ubuntu-18.04* | ubuntu-20.04* | ubuntu-22.04* | ubuntu-24.04* |\ debian-9* | debian-10* | debian-11* | debian-12* | \ rhel-7* | rhel-8* | rhel-9* | \ centos-7* | centos-8* | centos-9* | \