plex-desktop.sh 253 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 #!/bin/sh PKGNAME=plex-desktop SUPPORTEDARCHES="x86_64" VERSION="$2" DESCRIPTION="Plex Desktop from the official site" URL="https://www.plex.tv/" . $(dirname $0)/common.sh PKGURL="$(snap_get_pkgurl https://snapcraft.io/plex-desktop)" install_pkgurl