microsoft/mdatp-xplat

mde_installer is selecting ubuntu 18.04 when running on 22.04

BarbieroDB1 opened this issue · 4 comments

see these lines:

elif [ $DISTRO == "ubuntu" ] && [[ $VERSION != "16.04" ]] && [[ $VERSION != "18.04" ]] && [[ $VERSION != "20.04" ]]; then
SCALED_VERSION=18.04

mdatp is available for ubuntu jammy at https://packages.microsoft.com/ubuntu/22.04/prod/ so the installer script should probably allow 22.04 here instead of falling back to the bionic repo

pmooo commented

Seeing same issue. Submitted Pull#48 to resolve.

Hi @pmooo , I see you submitted a PR regarding this issue and it's been merged too. Can you please close this issue?

@agarwalneetu as requested the pull request

Resolved