Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
curiositycasualty committed Oct 14, 2024
1 parent 42c3a1d commit a18b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_src/gateway/install/linux/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Install {{site.base_gateway}} on Ubuntu from the command line.
{% assign default_flavor = "noble" %}
{% assign available_flavors = "Focal, Jammy, and Noble" %}
{% endif_version %}
{% if_version gte:3.4.x %}
{% if_version gte:3.4.x lte:3.8.x %}
{% assign default_flavor = "jammy" %}
{% assign available_flavors = "Focal, and Jammy" %}
{% endif_version %}
Expand Down

0 comments on commit a18b6a3

Please sign in to comment.