firefox-nightly.sh 341 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=firefox-nightly
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9
DESCRIPTION="Firefox nightly from the official site"

. $(dirname $0)/common.sh

10 11
warn_version_is_not_supported

12 13 14 15 16
arch=x86_64

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

17
install_pkgurl