Commit 4d9be92b authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play ifcplugin: support deb-based distros too

parent 918f90cc
...@@ -10,6 +10,11 @@ URL="https://www.gosuslugi.ru/" ...@@ -10,6 +10,11 @@ URL="https://www.gosuslugi.ru/"
warn_version_is_not_supported warn_version_is_not_supported
PKGURL="https://ds-plugin.gosuslugi.ru/plugin/upload/assets/distrib/IFCPlugin-x86_64.rpm" pkgtype=$(epm print info -p)
case "$pkgtype" in
rpm|deb) ;;
*) fatal "Package type $pkgtype is not supported by IFCPlugin upstream" ;;
esac
PKGURL="https://ds-plugin.gosuslugi.ru/plugin/upload/assets/distrib/IFCPlugin-x86_64.$pkgtype"
install_pkgurl install_pkgurl
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