Skip to content

Commit

Permalink
Add support for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
velovix committed Nov 28, 2020
1 parent 01cb84b commit 3f287d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainframe/cli/os_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def run(


_SUPPORTED_DISTROS = {
"Ubuntu": ["18.04"],
"Ubuntu": ["18.04", "20.04"],
}
"""A dict whose keys are supported Linux distribution names and whose values
are all supported versions for that distribution.
Expand Down

0 comments on commit 3f287d1

Please sign in to comment.