Commit 34ee4b9c authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: add bitrix24

parent d1e022e6
#!/bin/sh
PKGNAME=bitrix24
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
DESCRIPTION="Bitrix24 desktop client from the official site"
URL="https://www.bitrix24.ru/features/desktop.php"
. $(dirname $0)/common.sh
pkgtype=$(epm print info -p)
case $pkgtype in
rpm)
PKGURL="https://dl.bitrix24.com/b24/bitrix24_desktop.rpm"
;;
deb)
PKGURL="https://dl.bitrix24.com/b24/bitrix24_desktop.deb"
;;
esac
repack=''
#[ "$(epm print info -s)" = "alt" ] && repack='--repack'
epm install $repack "$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