Merge pull request #87 from nkashiv/jammy-install-option
Add ubuntu jammy as an option supporting python 3pull/88/head
commit
e4e83af94e
|
@ -465,7 +465,7 @@ case "$os" in
|
||||||
incr_step
|
incr_step
|
||||||
|
|
||||||
case "$codename" in
|
case "$codename" in
|
||||||
buster|bullseye|bionic|focal)
|
buster|bullseye|bionic|focal|jammy)
|
||||||
check_python 3
|
check_python 3
|
||||||
python_supported=3
|
python_supported=3
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue