Add ubuntu jammy as an option supporting python 3
parent
4aaf5330b4
commit
3409a84019
|
@ -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