onlyoffice.sh 385 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=onlyoffice-desktopeditors
4
SUPPORTEDARCHES="x86_64"
5
DESCRIPTION="ONLYOFFICE for Linux from the official site"
6

7
. $(dirname $0)/common.sh
8

9
#arch=$(epm print info --distro-arch)
10
arch=amd64
11
#pkgtype=$(epm print info -p)
12 13 14 15 16
pkgtype=deb

PKG="https://download.onlyoffice.com/install/desktop/editors/linux/$(epm print constructname $PKGNAME "" $arch deb)"

epm install "$PKG"