rudesktop.sh 312 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#!/bin/sh

PKGNAME=rudesktop
SUPPORTEDARCHES="x86_64"
DESCRIPTION="RuDesktop for Linux from the official site"

. $(dirname $0)/common.sh

case "$($DISTRVENDOR -d)" in
  "AstraLinux")
      PKGNAME=rudesktop-astra
      ;;
esac

URL=$(eget --list --latest https://rudesktop.ru/ $PKGNAME-1*.deb)
epm install $URL