Commit da33c06e authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: add AlterOS support (yum-rpm)

parent bcdbc938
...@@ -159,6 +159,9 @@ esac ...@@ -159,6 +159,9 @@ esac
# FIXME: some problems with multibased distros (Server Edition on CentOS and Desktop Edition on Ubuntu) # FIXME: some problems with multibased distros (Server Edition on CentOS and Desktop Edition on Ubuntu)
case $DISTRIB_ID in case $DISTRIB_ID in
AlterOS)
CMD="yum-rpm"
;;
PCLinux) PCLinux)
CMD="apt-rpm" CMD="apt-rpm"
;; ;;
......
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