#!/bin/sh

PKGNAME=firefox-nightly
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
DESCRIPTION="Firefox nightly from the official site"

. $(dirname $0)/common.sh

arch=x86_64

VERSION="*"
PKGURL="https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/firefox-$VERSION.en-US.linux-$arch.deb"

epm install "$PKGURL"