Commit 24723cf5 authored by Vitaly Lipatov's avatar Vitaly Lipatov

commit packed 3.62.5

parent 352d147f
...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR ...@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install # will replaced with /etc/eepm during install
CONFIGDIR=$PROGDIR/../etc CONFIGDIR=$PROGDIR/../etc
EPMVERSION="3.62.4" EPMVERSION="3.62.5"
# package, single (file), pipe, git # package, single (file), pipe, git
EPMMODE="package" EPMMODE="package"
...@@ -2086,6 +2086,9 @@ normalize_name() ...@@ -2086,6 +2086,9 @@ normalize_name()
"ROSA Enterprise Linux Server") "ROSA Enterprise Linux Server")
echo "RELS" echo "RELS"
;; ;;
"uos")
echo "UOS"
;;
*) *)
#echo "${1// /}" #echo "${1// /}"
#firstupper "$1" | sed -e "s/ //g" -e 's|(.*||' #firstupper "$1" | sed -e "s/ //g" -e 's|(.*||'
...@@ -2141,7 +2144,7 @@ if distro os-release ; then ...@@ -2141,7 +2144,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
...@@ -2190,7 +2193,7 @@ case "$VENDOR_ID" in ...@@ -2190,7 +2193,7 @@ case "$VENDOR_ID" in
fi fi
;; ;;
"fedora") "fedora")
DISTRIB_ID="Fedora" DISTRIB_ID="Fedora"
;; ;;
esac esac
......
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