Commit e091f6f8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play rstudio: add support for p10/c10

parent 05d6ef22
...@@ -42,6 +42,11 @@ case $(epm print info -e) in ...@@ -42,6 +42,11 @@ case $(epm print info -e) in
OpenSUSE/*) OpenSUSE/*)
PKGFILTER="opensuse15" PKGFILTER="opensuse15"
;; ;;
ALTLinux/p10|p9|c10*)
PKGFILTER="focal"
arch="amd64"
pkgtype="deb"
;;
ALTLinux/*) ALTLinux/*)
PKGFILTER="jammy" PKGFILTER="jammy"
arch="amd64" arch="amd64"
......
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