Commit 99a2221f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-sh: add AstraLinux and Elbrus support

parent 58b09022
...@@ -431,7 +431,7 @@ case $DISTRNAME in ...@@ -431,7 +431,7 @@ case $DISTRNAME in
PCLinux) PCLinux)
CMD="apt-rpm" CMD="apt-rpm"
;; ;;
Ubuntu|Debian|Mint) Ubuntu|Debian|Mint|AstraLinux|Elbrus)
CMD="apt-dpkg" CMD="apt-dpkg"
#which aptitude 2>/dev/null >/dev/null && CMD=aptitude-dpkg #which aptitude 2>/dev/null >/dev/null && CMD=aptitude-dpkg
which snappy 2>/dev/null >/dev/null && CMD=snappy which snappy 2>/dev/null >/dev/null && CMD=snappy
......
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