rudesktop.sh 347 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=rudesktop
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7
DESCRIPTION="RuDesktop for Linux from the official site"

8
case "$(epm print info -d)" in
9
  AstraLinux*)
10 11 12 13
      PKGNAME=rudesktop-astra
      ;;
esac

14 15 16 17
. $(dirname $0)/common.sh

PKGURL=$(epm tool eget --list --latest https://rudesktop.ru/ $PKGNAME-$VERSION.deb)
epm install $PKGURL