Commit 5923d87d authored by Иван Мажукин's avatar Иван Мажукин Committed by Vitaly Lipatov

epm play: add salutejazz (eterbug #18100)

parent 6179b7c6
#!/bin/sh
PKGNAME=jazz
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Online meeting service from the official site"
URL="https://salutejazz.ru/"
. $(dirname $0)/common.sh
pkgtype=$(epm print info -p)
case $pkgtype in
deb)
PKGURL="https://dl.salutejazz.ru/desktop/latest/jazz.deb" ;;
*)
PKGURL="https://dl.salutejazz.ru/desktop/latest/jazz.AppImage" ;;
esac
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