configure change 22.04

This commit is contained in:
sij814 2024-08-11 14:47:43 -07:00
parent 932c435a20
commit c94c3651ec

1
configure vendored
View file

@ -26,6 +26,7 @@ detect_osversion() {
case "$VERSION_CODENAME" in
bionic) osversion="ubuntu/bionic";;
focal) osversion="ubuntu/focal";;
jammy) osversion="ubuntu/focal";;
# Add new versions as needed
esac
;;