Commit 42e4b0d3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: identify all Fedora based system as Fedora

parent 5a6889e3
......@@ -436,6 +436,9 @@ case "$VENDOR_ID" in
[ -n "$fr" ] && echo "$fr" | grep -q "$DISTRIB_RELEASE" && DISTRIB_FULL_RELEASE="$fr"
fi
;;
"fedora")
DISTRIB_ID="Fedora"
;;
esac
case "$DISTRIB_ID" in
......
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