Skip to content

Commit

Permalink
support ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwshop committed Feb 2, 2023
1 parent e113609 commit 7cf0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-science-stack
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ OS_RELEASE=$VERSION_ID
OS_RELEASE_MAJOR=${VERSION_ID%%.*} # extract major release, e.g. 1.2 -> 1, 1.2.3 -> 1

case $OS_FLAVOR$OS_RELEASE in
ubuntu18.04 | ubuntu20.04 | rhel7* | rhel8* )
ubuntu18.04 | ubuntu20.04 | ubuntu22.04 | rhel7* | rhel8* )
;;
*)
echo "Unknown system type: $OS_FLAVOR $OS_RELEASE"
Expand Down

0 comments on commit 7cf0f32

Please sign in to comment.