plex-desktop.sh 228 Bytes
Newer Older
1 2 3 4 5 6
#!/bin/sh

PKGNAME=plex-desktop
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Plex Desktop from the official site"
7
URL="https://www.plex.tv/"
8 9 10

. $(dirname $0)/common.sh

11
PKGURL="$(snap_get_pkgurl $PKGNAME)"
12

13
install_pkgurl