Commit 03380115 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play.d: add rudesktop support

parent 68cf891e
#!/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
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