rocketchat.sh 390 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=rocketchat
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION='Rocket.Chat Linux Desktop Client from the official site'
7
URL="https://github.com/RocketChat/Rocket.Chat.Electron"
8 9 10 11 12 13

. $(dirname $0)/common.sh

arch=amd64
pkgtype=deb

14
PKGURL=$(eget --list --latest https://github.com/RocketChat/Rocket.Chat.Electron/releases/ "$PKGNAME*$VERSION*$arch.$pkgtype")
15

16
install_pkgurl