From a0a4b879dbe900e1aceef78a6160907eca89495a Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 22 Oct 2024 15:13:56 -0600 Subject: [PATCH] add Ubuntu 24.10 --- Scripts/InstallFEX.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/InstallFEX.py b/Scripts/InstallFEX.py index 4b62fb586d..f11f1d2cef 100755 --- a/Scripts/InstallFEX.py +++ b/Scripts/InstallFEX.py @@ -85,7 +85,8 @@ def IsSupportedDistro(): return Distro[1] == "22.04" or \ Distro[1] == "23.04" or \ Distro[1] == "23.10" or \ - Distro[1] == "24.04" + Distro[1] == "24.04" or \ + Distro[1] == "24.10" return False