Commit e0a5ebd8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: fix version for LinuxMint

parent 27cb699f
...@@ -549,6 +549,9 @@ case "$DISTRIB_ID" in ...@@ -549,6 +549,9 @@ case "$DISTRIB_ID" in
DISTRIB_RELEASE="Sisyphus" DISTRIB_RELEASE="Sisyphus"
DISTRIB_CODENAME="$DISTRIB_RELEASE" DISTRIB_CODENAME="$DISTRIB_RELEASE"
;; ;;
"LinuxMint"|"LMDE")
DISTRIB_RELEASE=$(normalize_version1 "$DISTRIB_RELEASE_ORIG")
;;
"SberOS") "SberOS")
DISTRIB_RELEASE="Rolling" DISTRIB_RELEASE="Rolling"
DISTRIB_CODENAME="rolling" DISTRIB_CODENAME="rolling"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment