Skip to content

Commit 3f287d1

Browse files
committed
Add support for Ubuntu 20.04
1 parent 01cb84b commit 3f287d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

brainframe/cli/os_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def run(
113113

114114

115115
_SUPPORTED_DISTROS = {
116-
"Ubuntu": ["18.04"],
116+
"Ubuntu": ["18.04", "20.04"],
117117
}
118118
"""A dict whose keys are supported Linux distribution names and whose values
119119
are all supported versions for that distribution.

0 commit comments

Comments
 (0)