flashplayer.sh 377 Bytes
Newer Older
1 2 3 4 5
#!/bin/sh

PKGNAME=flashplayer
SUPPORTEDARCHES="x86_64"
DESCRIPTION="Adobe Flash Player from the official site"
6
URL="https://www.adobe.com/support/flashplayer/downloads.html"
7 8 9 10

. $(dirname $0)/common.sh

VERSION=32.0.0.465
11
PKGURL="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz"
12 13

epm pack --install $PKGNAME $PKGURL "$VERSION"