X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=src%2Fidentify-distros;h=a3bc4028f26c6559e4d4901cddc5aef2a17da82d;hb=33796378c9b8fe2d6e30226fe0a977254b3246e8;hp=67d960820e6463cc1f6068b94de2c7da01933c11;hpb=da54fb345cff92b674bad5df4febf4484bb740d7;p=distro-functions diff --git a/src/identify-distros b/src/identify-distros index 67d9608..a3bc402 100644 --- a/src/identify-distros +++ b/src/identify-distros @@ -93,7 +93,7 @@ EOF echo "$shortest" } -# formatted for use in pfile in brc +# formatted for use in pfile() in package-manager-abstractions positive-origins() { isdeb || return 0 local archive expression pri name highpri shortest @@ -146,6 +146,9 @@ debian-codename-compat() { nabia) echo focal ;; + aramo) + echo jammy + ;; *) echo $n ;;