Commit 93c28b49 authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: fix vendor distro name for RedOS

parent 8e698e39
...@@ -388,7 +388,7 @@ if distro os-release ; then ...@@ -388,7 +388,7 @@ if distro os-release ; then
#PRETTY_NAME #PRETTY_NAME
VENDOR_ID="$ID" VENDOR_ID="$ID"
case "$VENDOR_ID" in case "$VENDOR_ID" in
ubuntu|reld|rhel|astra|manjaro) ubuntu|reld|rhel|astra|manjaro|redos)
;; ;;
*) *)
# ID_LIKE can be 'rhel centos fedora', use latest word # ID_LIKE can be 'rhel centos fedora', use latest word
......
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