Skip to content

Commit

Permalink
add Ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Oct 22, 2024
1 parent 5d1fda7 commit a0a4b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/InstallFEX.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0a4b87

Please sign in to comment.