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

PKGNAME=firefox-nightly
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
DESCRIPTION="Firefox nightly from the official site"
7
URL="https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central/"
8 9 10

. $(dirname $0)/common.sh

11 12
warn_version_is_not_supported

13 14 15 16 17
arch=x86_64

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

18
install_pkgurl