Skip to content

Commit e4e83af

Browse files
authored
Merge pull request #87 from nkashiv/jammy-install-option
Add ubuntu jammy as an option supporting python 3
2 parents 4aaf533 + 3409a84 commit e4e83af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ case "$os" in
465465
incr_step
466466

467467
case "$codename" in
468-
buster|bullseye|bionic|focal)
468+
buster|bullseye|bionic|focal|jammy)
469469
check_python 3
470470
python_supported=3
471471
;;

0 commit comments

Comments
 (0)